Skip to content

Commit 1d63e17

Browse files
author
Till Brehm
committed
Merge branch 'AssignUserId-variable' into 'stable-3.1'
AssignUserId as variable instead of hardcoded See merge request ispconfig/ispconfig3!1056
2 parents ff5fe5d + 6186704 commit 1d63e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/apache_ispconfig.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Alias /.well-known/acme-challenge /usr/local/ispconfig/interface/acme/.well-know
132132
Allow from all
133133
</tmpl_if>
134134
<IfModule mpm_itk_module>
135-
AssignUserId www-data www-data
135+
AssignUserId <tmpl_var name='system_user'> <tmpl_var name='system_group'>
136136
</IfModule>
137137
</Directory>
138138

0 commit comments

Comments
 (0)