summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 54e3d49b..b0a614bc 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -8,6 +8,7 @@ error_log stderr emerg;
worker_processes auto;
worker_rlimit_nofile 32768;
+worker_shutdown_timeout 1h;
events {
worker_connections 8192;