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, 4 insertions, 0 deletions
diff --git a/templates/vhosts/static/CentOS.erb b/templates/vhosts/static/CentOS.erb
index 1019deb..6739e7b 100644
--- a/templates/vhosts/static/CentOS.erb
+++ b/templates/vhosts/static/CentOS.erb
@@ -21,4 +21,8 @@
<%- unless additional_options == 'absent' then -%>
<%= additional_options %>
<%- end -%>
+
+ RewriteEngine on
+ RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
+ RewriteRule .* - [F
</VirtualHost>