diff --git a/deployment/bare_metal/nginx/conf.d/logging.conf b/deployment/bare_metal/nginx/conf.d/logging.conf index feebfe814..a76e8fae7 100644 --- a/deployment/bare_metal/nginx/conf.d/logging.conf +++ b/deployment/bare_metal/nginx/conf.d/logging.conf @@ -1,4 +1,4 @@ -log_format gradido_log '$http_x_forwarded_for - $remote_user [$time_local] ' - '"$request_method $scheme://$host$request_uri $server_protocol" ' - '$status $body_bytes_sent "$http_referer" ' - '"$http_user_agent" $request_time'; \ No newline at end of file +log_format gradido_log '$remote_addr - $remote_user [$time_local] ' + '"$request_method $status $request_uri"' + ' "$http_referer" "$http_user_agent"' + ' $server_protocol $body_bytes_sent $request_time'; \ No newline at end of file