diff --git a/deployment/scripts/nginx/nginx.conf b/deployment/scripts/nginx/nginx.conf index 1638a47..2d5b670 100644 --- a/deployment/scripts/nginx/nginx.conf +++ b/deployment/scripts/nginx/nginx.conf @@ -9,7 +9,7 @@ http { gzip_types text/plain text/css text/javascript; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' - '$statusbody_bytes_sent "$http_referer" ' + '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; upstream backend {