diff --git a/docker/nginx.conf b/docker/nginx.conf index 69bbfe1..df0dc49 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -4,9 +4,7 @@ events { http { # Log format - log_format main '[$time_local] "$request" ' - '$status $body_bytes_sent "$http_referer" ' - '"$http_user_agent" "$http_x_forwarded_for"'; + log_format main '[$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"'; access_log /dev/stdout main; # Log access to stdout error_log /dev/stdout; # Log errors to stdout