From fd1b5a2545cde4944c58167b8aabd71bcb61291b Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Sat, 16 Oct 2021 07:27:31 -0700 Subject: [PATCH] No need to log to a separate file anymore This has caused the server to run out of disk space way too many times. --- docker/nginx/conf.d/default.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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