diff --git a/docker/nginx/conf.d/default.conf b/docker/nginx/conf.d/default.conf index f67e90b..95a3f53 100644 --- a/docker/nginx/conf.d/default.conf +++ b/docker/nginx/conf.d/default.conf @@ -14,8 +14,7 @@ server { set_real_ip_from 172.16.0.0/12; real_ip_header X-Real-IP; - # Log to a file as well as the main (Docker stdout) log - access_log /var/log/nginx/access.log; + # Log to the main (Docker stdout) log access_log /logs/access.log; # Rate limiting: allow bursts with no delay