Fix on PHP 503 error

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

Change-Id: Iea0c5a596de96f294ace4e6ee7109825f6a6976a
This commit is contained in:
Sebastian Marcet 2016-10-17 10:44:38 -03:00
parent dac2029a73
commit ed77e451ee
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 = 200
pm.max_children = 300
# the number of children created on startup.
pm.start_servers = 20
# the minimum number of children in 'idle'