From 658b17ac03dacd8830eaaf709349742f3165344d Mon Sep 17 00:00:00 2001 From: Sebastian Marcet Date: Sun, 23 Oct 2016 14:21:11 -0300 Subject: [PATCH] Fix on PHP 503 error raised pm.max_children from 400 to 500 to avoid 503 http errors. Change-Id: I1eaf1550bcb5ec8b3d5cbc3e5e79d6c926cf55b3 --- files/www.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/www.conf b/files/www.conf index 759840b..7bfe8da 100644 --- a/files/www.conf +++ b/files/www.conf @@ -9,7 +9,7 @@ listen.group = www-data pm = dynamic # the maximum number of children that can be alive at the same time. -pm.max_children = 400 +pm.max_children = 500 # the number of children created on startup. pm.start_servers = 20 # the minimum number of children in 'idle'