From 2b9d4182dc81530b4b9313cb833f28721a5971f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Tue, 7 May 2019 21:48:42 +0200 Subject: [PATCH] Update www56.conf --- OS/Ubuntu/18.04/pool/www56.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OS/Ubuntu/18.04/pool/www56.conf b/OS/Ubuntu/18.04/pool/www56.conf index cebde9d..76a26b0 100644 --- a/OS/Ubuntu/18.04/pool/www56.conf +++ b/OS/Ubuntu/18.04/pool/www56.conf @@ -3,7 +3,7 @@ user = nginx group = nginx listen = 127.0.0.1:9000 -listen.backlog = 65535 +listen.backlog = 511 listen.owner = nginx listen.group = nginx @@ -14,7 +14,7 @@ listen.allowed_clients = 127.0.0.1 pm = ondemand pm.max_children = 200 -pm.start_servers = 2 +pm.start_servers = 5 pm.min_spare_servers = 10 pm.max_spare_servers = 200 pm.process_idle_timeout = 2s;