From 0d5e5d006332cfa93bc6c199abe9d22accdf588d Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 7 Mar 2024 16:52:47 +0100 Subject: [PATCH] Move request value to message key --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index c0406ca..94e0d8a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -19,7 +19,7 @@ http { '"time_local":"$time_local",' '"remote_addr":"$remote_addr",' '"remote_user":"$remote_user",' - '"request":"$request",' + '"message":"$request",' '"status": "$status",' '"body_bytes_sent":"$body_bytes_sent",' '"request_time":"$request_time",'