mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-08-01 10:56:23 -04:00
enable minimal stderr logging
This commit is contained in:
parent
139b0ed376
commit
73cca1dbfb
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue