From e0f21268b0bb9efd92667d1cf24902eca4cc3496 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Fri, 28 Feb 2025 15:21:09 +0100 Subject: [PATCH] update www php-fpm config --- rootfs/etc/php83/php-fpm.d/www.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'.