set worker_shutdown_timeout to 1 hour

This commit is contained in:
Daniel Micay 2024-06-23 12:14:11 -04:00
parent 22288fcae2
commit 537379979b

View File

@ -8,6 +8,7 @@ error_log stderr emerg;
worker_processes auto;
worker_rlimit_nofile 32768;
worker_shutdown_timeout 1h;
events {
worker_connections 8192;