pull up to 2.35.1

This commit is contained in:
2024-02-27 14:23:40 +00:00
parent cb0775ac8b
commit 3ddc793222
4 changed files with 6 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>