summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/static/OpenBSD.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/static/OpenBSD.erb b/templates/vhosts/static/OpenBSD.erb
index 09eec6a..c04f372 100644
--- a/templates/vhosts/static/OpenBSD.erb
+++ b/templates/vhosts/static/OpenBSD.erb
@@ -34,7 +34,7 @@
<%- end -%>
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
- RewriteRule .* - [F
+ RewriteRule .* - [F]
</VirtualHost>
<%- unless ssl_mode.to_s == 'false' then -%>
@@ -69,6 +69,6 @@
<%- end -%>
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
- RewriteRule .* - [F
+ RewriteRule .* - [F]
</VirtualHost>
<%- end -%>