set worker_shutdown_timeout to 1 hour
This commit is contained in:
parent
22288fcae2
commit
537379979b
@ -8,6 +8,7 @@ error_log stderr emerg;
|
||||
|
||||
worker_processes auto;
|
||||
worker_rlimit_nofile 32768;
|
||||
worker_shutdown_timeout 1h;
|
||||
|
||||
events {
|
||||
worker_connections 8192;
|
||||
|
Loading…
x
Reference in New Issue
Block a user