mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 18:54:52 +00:00
Disable nginx logging
This commit is contained in:
parent
d637bd6194
commit
f0412791fe
@ -24,8 +24,13 @@ files:
|
|||||||
set $day $3;
|
set $day $3;
|
||||||
set $hour $4;
|
set $hour $4;
|
||||||
}
|
}
|
||||||
access_log /var/log/nginx/healthd/application.log.$year-$month-$day-$hour healthd;
|
|
||||||
access_log /var/log/nginx/access.log main;
|
# Turn off default AWS logging
|
||||||
|
# access_log /var/log/nginx/healthd/application.log.$year-$month-$day-$hour healthd;
|
||||||
|
# access_log /var/log/nginx/access.log main;
|
||||||
|
|
||||||
|
access_log off;
|
||||||
|
error_log off;
|
||||||
|
|
||||||
location /socket.io/ {
|
location /socket.io/ {
|
||||||
proxy_pass http://nodejs;
|
proxy_pass http://nodejs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user