diff --git a/setup/start/nginx/nginx.conf b/setup/start/nginx/nginx.conf index b0bf1bda9..cd246b0b4 100644 --- a/setup/start/nginx/nginx.conf +++ b/setup/start/nginx/nginx.conf @@ -19,15 +19,10 @@ http { include mime.types; default_type application/octet-stream; - # the collectd config depends on this log format - log_format combined2 '$remote_addr - [$time_local] ' - '"$request" $status $body_bytes_sent $request_time ' - '"$http_referer" "$host" "$http_user_agent"'; - # required for long host names server_names_hash_bucket_size 128; - access_log /var/log/nginx/access.log combined2; + access_log /var/log/nginx/access.log combined; sendfile on;