remove logging to stderr
This commit is contained in:
parent
92ae01babb
commit
aa00d61ea4
@ -1,5 +1,4 @@
|
|||||||
worker_processes ${{NUM_WORKERS}};
|
worker_processes ${{NUM_WORKERS}};
|
||||||
error_log stderr notice; # PROBLEM
|
|
||||||
daemon on;
|
daemon on;
|
||||||
pid logs/nginx.pid;
|
pid logs/nginx.pid;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user