mirror of
https://github.com/casjaysdevdocker/ampache
synced 2026-05-19 02:47:55 -04:00
Some checks failed
ampache / release-ampache (push) Has been cancelled
Dockerfile .env.scripts .gitattributes .gitea/ .gitignore LICENSE.md README.md rootfs/root/docker/setup/04-users.sh rootfs/root/docker/setup/05-custom.sh rootfs/tmp/ rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/pkmgr rootfs/usr/local/etc/docker/bin/ rootfs/usr/local/etc/docker/init.d/
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
; casjaysdevdocker/ampache - PHP-FPM 8.4 global config
|
|
|
|
[global]
|
|
pid = /run/php-fpm/php-fpm.pid
|
|
error_log = /data/logs/php-fpm/error.log
|
|
log_level = notice
|
|
emergency_restart_threshold = 0
|
|
emergency_restart_interval = 0
|
|
process_control_timeout = 0
|
|
daemonize = no
|
|
|
|
include = /etc/php84/php-fpm.d/*.conf
|