summaryrefslogtreecommitdiff
path: root/templates/vhosts/static
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-06-21 22:17:11 +0200
committermh <mh@immerda.ch>2009-06-21 22:17:11 +0200
commit71f4ceb0a7aaed9512d493e54947f7e999b053f0 (patch)
tree73319cacb5c5afb470cf3bd79fd3d3cb5df0820c /templates/vhosts/static
parentf3b0d1846cf035cbf133e37e22bc03c15c853b53 (diff)
fixing if then end block
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 ee0abd8..be9deb9 100644
--- a/templates/vhosts/static/OpenBSD.erb
+++ b/templates/vhosts/static/OpenBSD.erb
@@ -33,6 +33,7 @@
require valid-user
<%- end -%>
</Directory>
+ <%- end -%>
<IfModule mod_security2.c>
<%- if mod_security.to_s == 'true' then -%>
@@ -46,7 +47,6 @@
SecDebugLog <%= logdir %>/mod_security_debug.log
</IfModule>
- <%- end -%>
<%- unless additional_options.to_s == 'absent' then -%>
<%= additional_options %>
<%- end -%>
@@ -85,6 +85,7 @@
require valid-user
<%- end -%>
</Directory>
+ <%- end %>
<IfModule mod_security2.c>
<%- if mod_security.to_s == 'true' then -%>
@@ -98,7 +99,6 @@
SecDebugLog <%= logdir %>/mod_security_debug.log
</IfModule>
- <%- end %>
<%- unless additional_options.to_s == 'absent' then -%>
<%= additional_options %>
<%- end -%>