From ecf2e416a19141d686fb92df5733500eb87cf793 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 22 Feb 2011 23:32:15 +0100 Subject: fix template paths --- templates/vhosts/default.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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| %> > - <%= 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 -- cgit v1.2.3