summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/site.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/site.erb b/templates/site.erb
index 911d97a..aef58e0 100644
--- a/templates/site.erb
+++ b/templates/site.erb
@@ -32,6 +32,7 @@
RewriteCond %{HTTP_HOST} !=<%= canonical %> [NC]
RewriteCond %{HTTP_HOST} !=""
RewriteRule ^/(.*) <%= protocol %>://<%= canonical %>/$1 [L,R=301]
+<%- if additional_directives != false -%><%= additional_directives %><%- end -%>
<% end %>
</VirtualHost>
# end vhost for <%= title %>
@@ -49,6 +50,7 @@
<% if use != false %><% use.each do |instance| -%>
Use <%= instance %>
<% end -%><% end -%>
+<%- if additional_directives != false -%><%= additional_directives %><%- end -%>
<% if mpm == true %>
<IfModule mpm_itk_module>
AssignUserId <%= user %> <%= gid %>