mirror of
https://github.com/casjaysdevdocker/ampache
synced 2026-05-19 02:47:55 -04:00
🗃️ Removed the .claude/settings.local.json 🗃️
Some checks failed
ampache / release-ampache (push) Has been cancelled
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/
This commit is contained in:
12
rootfs/tmp/etc/php84/php-fpm.conf
Normal file
12
rootfs/tmp/etc/php84/php-fpm.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user