Update listen directive

This commit is contained in:
Dryusdan 2021-02-12 18:56:20 +01:00
parent 13b95e6ce1
commit f102706231
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[{{ item.name }}]
listen = /run/php/{{ item.name }}.sock
listen = {{ item.listen | default('/run/php/'item.name) }}
listen.owner = {{ item.user }}
listen.group = {{ item.group }}
listen.mode = 0660