set 'daemon on;' by default
This commit is contained in:
parent
b2a7b3fe1b
commit
7f6b7841c3
@ -10,7 +10,7 @@ worker_rlimit_nofile {{ worker_rlimit_nofile }};
|
||||
|
||||
error_log /var/log/nginx/error.fifo warn;
|
||||
pid {{ nginx.get('pid', '/var/run/nginx.pid') }};
|
||||
daemon {{ nginx.get('daemon', 'off') }};
|
||||
daemon {{ nginx.get('daemon', 'on') }};
|
||||
|
||||
events {
|
||||
worker_connections {{ nginx.get('events', {}).get('worker_connections', 1024) }};
|
||||
|
Loading…
Reference in New Issue
Block a user