Update nginx.conf

This commit is contained in:
Mr Chen 2024-01-20 13:09:40 +08:00
parent ab8f1623bf
commit f32d07ccc9
1 changed files with 1 additions and 1 deletions

View File

@ -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
{