summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/apache2.conf.erb.jessie4
-rw-r--r--templates/apache2.conf.erb.wheezy4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/apache2.conf.erb.jessie b/templates/apache2.conf.erb.jessie
index 63c4b6a..0fc143b 100644
--- a/templates/apache2.conf.erb.jessie
+++ b/templates/apache2.conf.erb.jessie
@@ -123,8 +123,8 @@ KeepAliveTimeout 15
MaxRequestsPerChild 0
</IfModule>
-User www-data
-Group www-data
+User <%= default_user %>
+Group <%= default_group %>
#
# AccessFileName: The name of the file to look for in each directory
diff --git a/templates/apache2.conf.erb.wheezy b/templates/apache2.conf.erb.wheezy
index 122beee..886b305 100644
--- a/templates/apache2.conf.erb.wheezy
+++ b/templates/apache2.conf.erb.wheezy
@@ -123,8 +123,8 @@ KeepAliveTimeout 15
MaxRequestsPerChild 0
</IfModule>
-User www-data
-Group www-data
+User <%= default_user %>
+Group <%= default_group %>
#
# AccessFileName: The name of the file to look for in each directory