set worker_shutdown_timeout to 1 hour

This commit is contained in:
Daniel Micay 2024-06-23 12:25:13 -04:00
parent 02b97b4327
commit 1c6a25847e

View File

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