changed php-fpm conf from snippet to full config
This commit is contained in:
parent
3a55d075d7
commit
873bcccf9b
@ -1 +0,0 @@
|
|||||||
; Additional 'php.ini' parameters for this YunoHost package/application
|
|
||||||
13
conf/php-fpm.conf
Normal file
13
conf/php-fpm.conf
Normal 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__
|
||||||
Loading…
Reference in New Issue
Block a user