mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-02 18:26:40 -04:00
move error_log configuration to top level
This commit is contained in:
parent
4540f10175
commit
8f673908ef
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
load_module modules/ngx_http_brotli_static_module.so;
|
||||
|
||||
error_log syslog:server=unix:/dev/log,nohostname;
|
||||
|
||||
worker_processes auto;
|
||||
worker_rlimit_nofile 16384;
|
||||
|
||||
|
@ -68,7 +70,6 @@ http {
|
|||
'$host "$request_uri" $status $request_length $body_bytes_sent/$bytes_sent '
|
||||
'$request_time "$http_referer" "$http_user_agent"';
|
||||
access_log syslog:server=unix:/dev/log,nohostname main;
|
||||
error_log syslog:server=unix:/dev/log,nohostname;
|
||||
log_not_found off;
|
||||
|
||||
gzip_proxied any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue