Skip to content
Snippets Groups Projects
Commit 1d63e174 authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch 'AssignUserId-variable' into 'stable-3.1'

AssignUserId as variable instead of hardcoded

See merge request ispconfig/ispconfig3!1056
parents ff5fe5db 61867049
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ Alias /.well-known/acme-challenge /usr/local/ispconfig/interface/acme/.well-know ...@@ -132,7 +132,7 @@ Alias /.well-known/acme-challenge /usr/local/ispconfig/interface/acme/.well-know
Allow from all Allow from all
</tmpl_if> </tmpl_if>
<IfModule mpm_itk_module> <IfModule mpm_itk_module>
AssignUserId www-data www-data AssignUserId <tmpl_var name='system_user'> <tmpl_var name='system_group'>
</IfModule> </IfModule>
</Directory> </Directory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment