update www php-fpm config

This commit is contained in:
holzi1005 2025-02-28 15:21:09 +01:00
parent 4b6ae8ef13
commit e0f21268b0

View file

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