add unit files

This commit is contained in:
lubiana 2024-06-23 08:49:44 +02:00
parent 7f2eb7ec65
commit 38a2de5858
No known key found for this signature in database
5 changed files with 142 additions and 4 deletions

View file

@ -1,7 +1,7 @@
[www]
user = nobody
group = nobody
user = root
group = root
listen = 9001
pm = dynamic
pm.max_children = 5
@ -10,5 +10,4 @@ pm.min_spare_servers = 1
pm.max_spare_servers = 3
env[APP_ENV]=$APP_ENV
env[APP_SECRET]=$APP_SECRET
error_log = /var/log/php-fpm.log
catch_workers_output = yes
catch_workers_output = yes