enable minimal stderr logging
This commit is contained in:
parent
c82d81e018
commit
ea521a790b
@ -3,8 +3,8 @@
|
||||
load_module modules/ngx_http_brotli_static_module.so;
|
||||
|
||||
error_log syslog:server=unix:/dev/log,nohostname;
|
||||
# work around nginx still logging to stderr when using syslog error_log
|
||||
error_log /dev/null;
|
||||
# leave stderr open but minimize duplicate logging to it
|
||||
error_log stderr emerg;
|
||||
|
||||
worker_processes auto;
|
||||
worker_rlimit_nofile 16384;
|
||||
|
Loading…
x
Reference in New Issue
Block a user