diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-06 20:05:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-06 20:05:05 -0300 |
commit | 8f41b04563c28f4db3baa9efa55156ed1edb74cd (patch) | |
tree | c64dd5dd1158b50a8688e2bc852b194017eb8479 /templates/site.erb | |
parent | f84a8bb4d56eecd6451d654d048648b644949922 (diff) | |
download | puppet-apache-8f41b04563c28f4db3baa9efa55156ed1edb74cd.tar.gz puppet-apache-8f41b04563c28f4db3baa9efa55156ed1edb74cd.tar.bz2 |
Templating fix (5)
Diffstat (limited to 'templates/site.erb')
-rw-r--r-- | templates/site.erb | 2 |
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 %> |