Bläddra i källkod

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

tags/v0.39.2
Chris Horne 5 år sedan
förälder
incheckning
36ad2b2442
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. +2
    -2
      apache/files/RedHat/apache-2.2.config.jinja
  2. +2
    -2
      apache/files/RedHat/apache-2.4.config.jinja

+ 2
- 2
apache/files/RedHat/apache-2.2.config.jinja Visa fil

@@ -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
#

+ 2
- 2
apache/files/RedHat/apache-2.4.config.jinja Visa fil

@@ -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
#

Laddar…
Avbryt
Spara