mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 12:29:16 +00:00
owncloud: raise pm.max_children value
This commit is contained in:
parent
22c28b98c2
commit
2bdcf2e997
@ -8,7 +8,7 @@ listen = /var/run/php-fpm.sock
|
|||||||
listen.owner = owncloud
|
listen.owner = owncloud
|
||||||
listen.group = owncloud
|
listen.group = owncloud
|
||||||
pm = dynamic
|
pm = dynamic
|
||||||
pm.max_children = 5
|
pm.max_children = 10
|
||||||
pm.start_servers = 2
|
pm.start_servers = 2
|
||||||
pm.min_spare_servers = 1
|
pm.min_spare_servers = 1
|
||||||
pm.max_spare_servers = 3
|
pm.max_spare_servers = 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user