diff --git a/setup/start/nginx/nginx.conf b/setup/start/nginx/nginx.conf index f98581ab7..f61b0fd45 100644 --- a/setup/start/nginx/nginx.conf +++ b/setup/start/nginx/nginx.conf @@ -20,7 +20,7 @@ http { # required for long host names server_names_hash_bucket_size 128; - access_log access.log combined2; + access_log /var/log/nginx/access.log combined2; sendfile on;