Correct misstake on lmisten

This commit is contained in:
Dryusdan 2021-02-12 18:58:35 +01:00
parent f102706231
commit c3f9ffd6a2
1 changed files with 1 additions and 1 deletions

View File

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