diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-25 18:48:39 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-25 18:49:52 -0400 |
| commit | b2e4477300c2db94eaffadaf93533ae9fe624470 (patch) | |
| tree | 864c1c8b567aea7a44579bea56f1cfd863f3d066 | |
| parent | 934933c8e48af61869c4dabb575dc7bfca88c369 (diff) | |
nginx: raise open file limit
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index e00a14ac..4b4c8f48 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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 { |
