Increase PHP workers limit
This commit is contained in:
parent
83fc9a29a4
commit
eeb0ddeed5
@ -10,4 +10,4 @@ listen.owner = nginx
|
||||
listen.group = nginx
|
||||
listen = /var/run/kanboard.sock
|
||||
pm = ondemand
|
||||
pm.max_children = 8
|
||||
pm.max_children = 16
|
||||
|
@ -10,7 +10,7 @@ listen.owner = nginx
|
||||
listen.group = nginx
|
||||
listen = /var/run/seeddms.sock
|
||||
pm = ondemand
|
||||
pm.max_children = 8
|
||||
pm.max_children = 16
|
||||
php_admin_value[upload_max_filesize] = 100M
|
||||
php_admin_value[post_max_size] = 100M
|
||||
php_admin_value[include_path] = '/srv/seeddms/www/:/srv/seeddms/pear:/usr/share/php7:.:'
|
||||
|
@ -10,4 +10,4 @@ listen.owner = nginx
|
||||
listen.group = nginx
|
||||
listen = /var/run/ushahidi.sock
|
||||
pm = ondemand
|
||||
pm.max_children = 8
|
||||
pm.max_children = 16
|
||||
|
Loading…
Reference in New Issue
Block a user