aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/vhost_base.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/templates/vhost_base.conf')
-rw-r--r--modules/apache/templates/vhost_base.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/apache/templates/vhost_base.conf b/modules/apache/templates/vhost_base.conf
index e737e990..6737ad00 100644
--- a/modules/apache/templates/vhost_base.conf
+++ b/modules/apache/templates/vhost_base.conf
@@ -24,6 +24,9 @@ end
<%- end -%>
DocumentRoot <%= location %>
+ CustomLog <%= access_logfile %> combined
+ ErrorLog <%= error_logfile %>
+
<%- if enable_public_html -%>
#TODO add the rest
UserDir public_html