summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index e00a14ac..4b4c8f48 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -4,7 +4,7 @@ load_module modules/ngx_http_brotli_static_module.so;
user nginx;
worker_processes auto;
-worker_rlimit_nofile 8192;
+worker_rlimit_nofile 16384;
pid /run/nginx.pid;
events {