summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-06-23 12:14:11 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-06-23 12:14:11 -0400
commit537379979b9f814bf1350e92791c08706b0bda00 (patch)
tree12ec23e75c06c07f92ccd5a4d297d1887efebc4b
parent22288fcae20b7ccd02fb03b579581d02085fe1b2 (diff)
set worker_shutdown_timeout to 1 hour
-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;