nginx: raise open file limit

This commit is contained in:
Daniel Micay 2021-04-25 18:48:39 -04:00
parent 934933c8e4
commit b2e4477300

View File

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