Téléverser les fichiers vers "conf"

This commit is contained in:
Alexandre NOEL 2026-09-03 13:58:28 +02:00
commit 7819b48eff
2 changed files with 25 additions and 0 deletions

13
conf/php-fpm.conf Normal file
View file

@ -0,0 +1,13 @@
[__APP__]
user = __APP__
group = __APP__
listen = /var/run/php/php8.2-fpm-__APP__.sock
listen.owner = www-data
listen.group = www-data
pm = ondemand
pm.max_children = 8
pm.process_idle_timeout = 10s
php_admin_value[upload_max_filesize] = 250M
php_admin_value[post_max_size] = 260M
php_admin_value[max_execution_time] = 600
php_admin_value[open_basedir] = __INSTALL_DIR__:__DATA_DIR__:/tmp