nginx: raise open file limit
This commit is contained in:
parent
934933c8e4
commit
b2e4477300
@ -4,7 +4,7 @@ load_module modules/ngx_http_brotli_static_module.so;
|
|||||||
|
|
||||||
user nginx;
|
user nginx;
|
||||||
worker_processes auto;
|
worker_processes auto;
|
||||||
worker_rlimit_nofile 8192;
|
worker_rlimit_nofile 16384;
|
||||||
pid /run/nginx.pid;
|
pid /run/nginx.pid;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user