update fpm config

This commit is contained in:
lubiana 2024-06-23 08:27:17 +02:00
parent 0661f5dd3f
commit 7f2eb7ec65
No known key found for this signature in database
3 changed files with 7 additions and 5 deletions

View file

@ -7,4 +7,8 @@ pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
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