fix(redhat): add user & group lookup to configs

This commit is contained in:
Chris Horne 2019-12-20 12:38:01 -05:00 committed by Imran Iqbal
parent ada208f9bc
commit 36ad2b2442
2 changed files with 4 additions and 4 deletions

View File

@ -129,8 +129,8 @@ LoadModule version_module modules/mod_version.so
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User apache
Group apache
User {{ apache.user }}
Group {{ apache.group }}
# 'Main' server configuration
#

View File

@ -95,8 +95,8 @@ Include conf.modules.d/*.conf
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User apache
Group apache
User {{ apache.user }}
Group {{ apache.group }}
# 'Main' server configuration
#