Fix on PHP 503 error

updated pm.max_children from 300 to 400
 to avoid 503 http error.

Change-Id: Ibda4899ed4501c8185074271ddd5d658a859bdb0
This commit is contained in:
Sebastian Marcet 2016-10-20 12:16:48 -03:00
parent ed77e451ee
commit ee676db635
1 changed files with 1 additions and 1 deletions

View File

@ -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 = 300
pm.max_children = 400
# the number of children created on startup.
pm.start_servers = 20
# the minimum number of children in 'idle'