diff --git a/config/root/etc/nginx/nginx.conf b/config/root/etc/nginx/nginx.conf index c9ef012..3393b77 100644 --- a/config/root/etc/nginx/nginx.conf +++ b/config/root/etc/nginx/nginx.conf @@ -32,7 +32,7 @@ http { add_header X-XSS-Protection "1; mode=block"; log_format host '$remote_addr - $remote_user [$time_local] "[$host] $request" $status $bytes_sent "$http_referer" "$http_user_agent" "$gzip_ratio"'; - access_log /dev/stdout; + access_log /var/log/acces.log host; error_log stderr; gzip on;