Update nginx.conf
This commit is contained in:
parent
ab8f1623bf
commit
f32d07ccc9
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue