summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-02-22 23:32:15 +0100
committermh <mh@immerda.ch>2011-02-22 23:32:15 +0100
commitecf2e416a19141d686fb92df5733500eb87cf793 (patch)
treec5de74d73e7a838dfc8d2de4d53a5d920d53396a /templates
parente32d342c758b30a32d0ee64d1d2363c5d9fc0f7a (diff)
fix template paths
Diffstat (limited to 'templates')
-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