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:
39
rootfs/tmp/etc/php84/php-fpm.d/www.conf
Normal file
39
rootfs/tmp/etc/php84/php-fpm.d/www.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user