No need to log to a separate file anymore

This has caused the server to run out of disk space way too many times.
This commit is contained in:
Matt Isenhower 2021-10-16 07:27:31 -07:00
parent e3dd815357
commit fd1b5a2545

View File

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