🗃️ Committing everything that changed 🗃️

rootfs/tmp/etc/php84/
This commit is contained in:
casjay
2025-09-20 07:15:47 -04:00
parent a0749a051c
commit 269f93f2bb

View File

@@ -0,0 +1,22 @@
[global]
pid = /run/php-fpm84.pid
error_log = /data/logs/php-fpm/php-fpm.log
log_level = notice
emergency_restart_threshold = 0
emergency_restart_interval = 0
process_control_timeout = 0
daemonize = no
[www]
user = root
group = root
listen = /run/php-fpm84.sock
listen.owner = root
listen.group = root
listen.mode = 0660
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = /