mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
nginx: error_log stderr
This commit is contained in:
parent
72003095b3
commit
09dfb42572
@ -4,7 +4,7 @@ user http;
|
|||||||
worker_processes 4;
|
worker_processes 4;
|
||||||
|
|
||||||
# error_log /tmp/nginx.error.log;
|
# error_log /tmp/nginx.error.log;
|
||||||
error_log /dev/null crit;
|
error_log stderr;
|
||||||
|
|
||||||
include /etc/nginx/ext.d/*/main-ctx.conf;
|
include /etc/nginx/ext.d/*/main-ctx.conf;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user