From c367c9388cbb36a54b69ab3a989736ceaa5e0cd5 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Thu, 10 Jun 2021 11:18:05 +0200 Subject: [PATCH] Update nginx.conf --- templates/nginx_confs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;