summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/vhosts/default.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/default.erb b/templates/vhosts/default.erb
index 654629a..509f660 100644
--- a/templates/vhosts/default.erb
+++ b/templates/vhosts/default.erb
@@ -1,8 +1,8 @@
<%- [:normal,:ssl].each do |vhost_part| %>
<VirtualHost *:<%= vhost_part == :ssl ? '443' : '80' %> >
- <%= scope.function_template('apache/vhost/partials/header_default.erb') %>
- <%= scope.function_template('apache/vhost/partials/logs.erb') %>
+ <%= scope.function_template('apache/vhosts/partials/header_default.erb') %>
+ <%= scope.function_template('apache/vhosts/partials/logs.erb') %>
<%- if ssl_mode == 'force' && vhost_part == :ssl %>
RewriteEngine On