mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 06:35:38 +00:00
owncloud: raise pm.max_children value
This commit is contained in:
@ -8,7 +8,7 @@ listen = /var/run/php-fpm.sock
|
||||
listen.owner = owncloud
|
||||
listen.group = owncloud
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.max_children = 10
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
|
Reference in New Issue
Block a user