Remove default socket

This commit is contained in:
Dryusdan 2021-02-12 19:42:22 +01:00
parent d99c360a38
commit 7686e3f5fa
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}}.sock")}}
listen = {{ item.socket }}
listen.owner = {{ item.user }}
listen.group = {{ item.group }}
listen.mode = 0660