Add user and group directive

This commit is contained in:
Dryusdan 2021-02-12 19:34:02 +01:00
parent aca43d2e0e
commit 56a2f92d5e
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ listen.owner = {{ item.user }}
listen.group = {{ item.group }}
listen.mode = 0660
user = {{ item.user }}
group = {{ item.group }}
pm = dynamic
pm.max_children = {{ item.max_children | default('4') }}
pm.start_servers = {{ item.start_servers | default('1') }}