mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
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:
parent
e3dd815357
commit
fd1b5a2545
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user