Increase PHP workers limit

This commit is contained in:
Disassembler 2018-08-30 13:31:53 +02:00
parent 83fc9a29a4
commit eeb0ddeed5
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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:.:'

View File

@ -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