From b2e4477300c2db94eaffadaf93533ae9fe624470 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 25 Apr 2021 18:48:39 -0400 Subject: [PATCH] nginx: raise open file limit --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {