update deployment folder for php 8.4
Some checks failed
/ ls (pull_request) Failing after 22s
/ ls (push) Successful in 2m5s

This commit is contained in:
lubiana 2025-02-01 22:44:28 +01:00
parent 9c98735db7
commit 9119029419
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 2 additions and 3 deletions

View file

@ -0,0 +1,13 @@
[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