nginx: Set error log level to warn
This commit is contained in:
parent
d7026bff3b
commit
f9f194b3a2
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
user {{ nginx_user }};
|
||||
worker_processes auto;
|
||||
error_log {{ nginx_logdir }}/error.log;
|
||||
error_log {{ nginx_logdir }}/error.log warn;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue