Files
casjay c07f970f14
Some checks failed
ampache / release-ampache (push) Has been cancelled
🗃️ Removed the .claude/settings.local.json 🗃️
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/
2026-05-12 20:05:22 -04:00

40 lines
947 B
Plaintext

; casjaysdevdocker/ampache - PHP-FPM www pool
[www]
user = apache
group = apache
listen = /run/php-fpm/php-fpm.sock
listen.owner = apache
listen.group = apache
listen.mode = 0660
listen.backlog = 511
pm = dynamic
pm.max_children = 20
pm.start_servers = 4
pm.min_spare_servers = 2
pm.max_spare_servers = 8
pm.max_requests = 500
pm.process_idle_timeout = 30s
pm.status_path = /status
ping.path = /ping
ping.response = pong
access.log = /data/logs/php-fpm/access.log
slowlog = /data/logs/php-fpm/slow.log
request_slowlog_timeout = 5s
request_terminate_timeout = 300s
clear_env = no
catch_workers_output = yes
decorate_workers_output = no
php_admin_value[error_log] = /data/logs/php-fpm/error.log
php_admin_flag[log_errors] = on
php_admin_value[memory_limit] = 512M
php_admin_value[upload_max_filesize] = 256M
php_admin_value[post_max_size] = 256M
php_admin_value[max_execution_time] = 300
php_admin_value[session.save_path] = /tmp/php-sessions