changed php-fpm conf from snippet to full config

This commit is contained in:
Eclipse 2023-09-29 22:01:50 +02:00
parent 3a55d075d7
commit 873bcccf9b
2 changed files with 13 additions and 1 deletions

View File

@ -1 +0,0 @@
; Additional 'php.ini' parameters for this YunoHost package/application

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

@ -0,0 +1,13 @@
[__NAMETOCHANGE__]
user = www-data
group = www-data
listen = /var/run/php/php__PHPVERSION__-fpm-__NAMETOCHANGE__.sock
listen.owner = www-data
listen.group = www-data
pm = dynamic
pm.max_children = 1
pm.start_servers = 1
pm.min_spare_servers = 0
pm.max_spare_servers = 1
request_terminate_timeout = 1d
chdir = __INSTALL_DIR__