Deleted the wrong one

This commit is contained in:
Matt Isenhower 2021-10-16 07:42:30 -07:00
parent fd1b5a2545
commit 450e0e6557

View File

@ -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;