mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-10-14 02:02:18 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/php84/
This commit is contained in:
22
rootfs/tmp/etc/php84/php-fpm.conf
Normal file
22
rootfs/tmp/etc/php84/php-fpm.conf
Normal 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 = /
|
Reference in New Issue
Block a user