futtern/deploy/etc/php84/php-fpm.d/www.conf
lubiana 9119029419
Some checks failed
/ ls (pull_request) Failing after 22s
/ ls (push) Successful in 2m5s
update deployment folder for php 8.4
2025-02-01 22:44:28 +01:00

13 lines
227 B
Text

[www]
user = root
group = root
listen = 9001
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
env[APP_ENV]=$APP_ENV
env[APP_SECRET]=$APP_SECRET
catch_workers_output = yes