Failed on hotifx

This commit is contained in:
Dryusdan 2021-02-12 19:54:04 +01:00
parent 9a2792d0e0
commit f3378d5d4c
1 changed files with 4 additions and 6 deletions

View File

@ -1,15 +1,13 @@
[{{ item.name }}]
listen = {{ item.socket }}
listen.owner = {{ item.user }}
listen.group = {{ item.group }}
listen.owner = www-data
listen.group = www-data
listen.mode = 0660
;user = {{ item.user }}
;group = {{ item.group }}
user = {{ item.user }}
group = {{ item.group }}
user = www-data
group = www-data
pm = dynamic
pm.max_children = {{ item.max_children | default('4') }}