Fix on PHP 503 error

raised pm.max_children from 400 to 500
to avoid 503 http errors.

Change-Id: I1eaf1550bcb5ec8b3d5cbc3e5e79d6c926cf55b3
This commit is contained in:
Sebastian Marcet 2016-10-23 14:21:11 -03:00
parent ee676db635
commit 658b17ac03
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 = 400
pm.max_children = 500
# the number of children created on startup.
pm.start_servers = 20
# the minimum number of children in 'idle'