diff --git a/etc/configs/php/www.conf b/etc/configs/php/www.conf index a571c0d..16bb16e 100644 --- a/etc/configs/php/www.conf +++ b/etc/configs/php/www.conf @@ -5,10 +5,10 @@ listen = /run/php/php${PHP_VERSION}-fpm.sock listen.owner = ${USER} listen.group = ${USER} pm = dynamic -pm.max_children = 5 -pm.start_servers = 2 -pm.min_spare_servers = 1 -pm.max_spare_servers = 3 +pm.max_children = 15 +pm.start_servers = 5 +pm.min_spare_servers = 3 +pm.max_spare_servers = 10 ; Capture PHP worker output (including error_log) and send to FPM error log -catch_workers_output = yes \ No newline at end of file +catch_workers_output = yes