diff --git a/rootfs/etc/php83/php-fpm.d/www.conf b/rootfs/etc/php83/php-fpm.d/www.conf index b9ca503..aa379eb 100644 --- a/rootfs/etc/php83/php-fpm.d/www.conf +++ b/rootfs/etc/php83/php-fpm.d/www.conf @@ -34,7 +34,7 @@ listen.group = nobody pm.status_path = /fpm-status ; Ondemand process manager -pm = ondemand +pm = dynamic ; The number of child processes to be created when pm is set to 'static' and the ; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.