Fix missed references, simplify future upgrades
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 2m38s

This commit is contained in:
2024-05-30 13:59:31 -05:00
parent 6b810a5036
commit f1b3861b54
3 changed files with 27 additions and 29 deletions

View File

@@ -0,0 +1,5 @@
[global]
pid = /run/php-fpm/php-fpm.pid
error_log = /config/logs/php/error.log
log_level = warning
include=/etc/php/php-fpm.d/*.conf

View File

@@ -0,0 +1,17 @@
[nginx]
user = nginx
group = nginx
listen = /run/php-fpm/php-fpm.sock
listen.owner = nginx
listen.group = nginx
listen.mode = 0750
pm = ondemand
pm.max_children = 9
pm.process_idle_timeout = 10s
pm.max_requests = 200
slowlog = /dev/stdout
request_slowlog_timeout = 60s
catch_workers_output = yes