diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 2068ff231625eed41f9fa608a0873487ecbac95c..1b97c544223ce0c09c3ac23f50cc157bf429caca 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -21,8 +21,7 @@ http { log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' - '"$http_user_agent" "$http_x_forwarded_for"' - '"$upstream_uri"'; + '"$http_user_agent" "$http_x_forwarded_for"'; # Default log which is redirected to stdout access_log /var/log/nginx/access.log main;