diff --git a/templates/nginx_confs/nginx.conf b/templates/nginx_confs/nginx.conf index 512aa3b..370acd0 100644 --- a/templates/nginx_confs/nginx.conf +++ b/templates/nginx_confs/nginx.conf @@ -5,7 +5,7 @@ pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; events { - worker_connections 2048; + worker_connections 4096; multi_accept on; use epoll;