summaryrefslogtreecommitdiff
path: root/templates/vhosts/static/CentOS.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/static/CentOS.erb')
-rw-r--r--templates/vhosts/static/CentOS.erb4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/vhosts/static/CentOS.erb b/templates/vhosts/static/CentOS.erb
index 1e93756..e990f5e 100644
--- a/templates/vhosts/static/CentOS.erb
+++ b/templates/vhosts/static/CentOS.erb
@@ -12,6 +12,7 @@
<Directory "<%= documentroot %>">
AllowOverride <%= allow_override %>
+ Options <%= options %> <%- if do_includes.to_s == 'true' and not options.include?('+Includes') then -%>+Includes<%- end -%>
</Directory>
<IfModule mod_security2.c>
@@ -21,7 +22,4 @@
<%- unless additional_options == 'absent' then -%>
<%= additional_options %>
<%- end -%>
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
- RewriteRule .* - [F
</VirtualHost>