mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-10-14 02:02:18 -04:00
Some checks failed
release-tag / release-image (push) Failing after 16s
rootfs/tmp/etc/php84/php-fpm.conf rootfs/usr/local/etc/docker/init.d/03-tor-server.sh rootfs/usr/local/etc/docker/init.d/99-php-fpm.sh rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
22 lines
431 B
Plaintext
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 = 0666
|
|
pm = dynamic
|
|
pm.max_children = 5
|
|
pm.start_servers = 2
|
|
pm.min_spare_servers = 1
|
|
pm.max_spare_servers = 3
|
|
chdir = / |