changes for alpine 3.20 and php83

This commit is contained in:
2024-06-12 07:32:16 +01:00
parent 18318a31bc
commit 162da8e810
4 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
[global]
daemonize = no
error_log = /tmp/php_error.log
[www]
listen = /tmp/php-fpm.sock
pm = ondemand
pm.max_children = 30
pm.process_idle_timeout = 10s
pm.max_requests = 500
chdir = /
php_admin_value[expose_php] = Off
php_admin_value[post_max_size] = <UPLOAD_MAX_SIZE>
php_admin_value[upload_max_filesize] = <UPLOAD_MAX_SIZE>
php_admin_value[memory_limit] = <MEMORY_LIMIT>