From f32d07ccc9471cb4d654739242dc35c1d519fa33 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 20 Jan 2024 13:09:40 +0800 Subject: [PATCH] Update nginx.conf --- plugins/openresty/conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openresty/conf/nginx.conf b/plugins/openresty/conf/nginx.conf index eded2d045..066868f62 100644 --- a/plugins/openresty/conf/nginx.conf +++ b/plugins/openresty/conf/nginx.conf @@ -3,7 +3,7 @@ worker_processes auto; error_log {$SERVER_PATH}/openresty/nginx/logs/error.log crit; pid {$SERVER_PATH}/openresty/nginx/logs/nginx.pid; -worker_rlimit_nofile 51200; +worker_rlimit_nofile 65535; events {