From 323ee2f4236c1310d3075b5212a7b34c05d4747d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2013 18:36:54 -0300 Subject: Renaming additional_directives to custom_directives --- templates/site.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/site.erb b/templates/site.erb index aef58e0..7090e7d 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -32,7 +32,7 @@ RewriteCond %{HTTP_HOST} !=<%= canonical %> [NC] RewriteCond %{HTTP_HOST} !="" RewriteRule ^/(.*) <%= protocol %>://<%= canonical %>/$1 [L,R=301] -<%- if additional_directives != false -%><%= additional_directives %><%- end -%> +<%- if custom_directives != false -%><%= custom_directives %><%- end -%> <% end %> # end vhost for <%= title %> @@ -50,7 +50,7 @@ <% if use != false %><% use.each do |instance| -%> Use <%= instance %> <% end -%><% end -%> -<%- if additional_directives != false -%><%= additional_directives %><%- end -%> +<%- if custom_directives != false -%><%= custom_directives %><%- end -%> <% if mpm == true %> AssignUserId <%= user %> <%= gid %> -- cgit v1.2.3