From 1c6a25847e06c623bf43abc9072b19b8f80b2d9f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 23 Jun 2024 12:25:13 -0400 Subject: [PATCH] set worker_shutdown_timeout to 1 hour --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 03a42fa..5ebd7a0 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -8,6 +8,7 @@ error_log stderr emerg; worker_processes auto; worker_rlimit_nofile 16384; +worker_shutdown_timeout 1h; events { worker_connections 4096;