Files
tor/rootfs/tmp/etc/php84/php-fpm.conf
casjay a0075c81d7 🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/nginx/nginx.conf
rootfs/tmp/etc/nginx/vhosts.d/admin.conf
rootfs/tmp/etc/php84/php-fpm.conf
2025-09-20 07:20:49 -04:00

22 lines
431 B
Plaintext

[global]
pid = /run/php-fpm.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-fpm.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 = /