summaryrefslogtreecommitdiff
path: root/templates/vhosts/static
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-02 01:13:00 +0000
committermh <mh@immerda.ch>2008-12-02 01:13:00 +0000
commit05465fa92dcd47a09c86d9bf2f47deb13543f4be (patch)
treebe6abdd901c37f730720f5b895c0bb2ce74f24cd /templates/vhosts/static
parent5c9ffc7f9c69e4e9ec7ee0dde3bd06f6cabe9af6 (diff)
fix typo
Diffstat (limited to 'templates/vhosts/static')
-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 -%>