From 450e0e655796e34d017a158808bec1b4010976a0 Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Sat, 16 Oct 2021 07:42:30 -0700 Subject: [PATCH] Deleted the wrong one --- docker/nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/conf.d/default.conf b/docker/nginx/conf.d/default.conf index 95a3f53..f20599c 100644 --- a/docker/nginx/conf.d/default.conf +++ b/docker/nginx/conf.d/default.conf @@ -15,7 +15,7 @@ server { real_ip_header X-Real-IP; # Log to the main (Docker stdout) log - access_log /logs/access.log; + access_log /var/log/nginx/access.log; # Rate limiting: allow bursts with no delay limit_req zone=main burst=500 nodelay;