summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-06 20:05:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-06 20:05:05 -0300
commit8f41b04563c28f4db3baa9efa55156ed1edb74cd (patch)
treec64dd5dd1158b50a8688e2bc852b194017eb8479 /templates
parentf84a8bb4d56eecd6451d654d048648b644949922 (diff)
downloadpuppet-apache-8f41b04563c28f4db3baa9efa55156ed1edb74cd.tar.gz
puppet-apache-8f41b04563c28f4db3baa9efa55156ed1edb74cd.tar.bz2
Templating fix (5)
Diffstat (limited to 'templates')
-rw-r--r--templates/site.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/site.erb b/templates/site.erb
index 25bdb4d..9e5763f 100644
--- a/templates/site.erb
+++ b/templates/site.erb
@@ -32,10 +32,10 @@
RewriteCond %{HTTP_HOST} !=<%= canonical %> [NC]
RewriteCond %{HTTP_HOST} !=""
RewriteRule ^/(.*) <%= protocol %>://<%= canonical %>/$1 [L,R=301]
+<% end %>
<% if custom_directives != false -%>
<%= custom_directives %>
<% end -%>
-<% end %>
</VirtualHost>
# end vhost for <%= title %>
<% if ssl == true %>