summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-05-17 22:59:31 +0200
committermh <mh@immerda.ch>2011-05-17 22:59:31 +0200
commit88ac72f017da9a0085e0299aa6aac46294cb1590 (patch)
tree87095f09bee6293eb16f08eb10f50922f762a741 /templates
parentcbbffa1d3de5a19a72dd7bb88fb1bcb14e5384e1 (diff)
fix template typo
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/partials/mod_security.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/partials/mod_security.erb b/templates/vhosts/partials/mod_security.erb
index e70b217..bfb729d 100644
--- a/templates/vhosts/partials/mod_security.erb
+++ b/templates/vhosts/partials/mod_security.erb
@@ -16,7 +16,7 @@
SecDebugLog <%= logdir %>/mod_security_debug.log
<% unless mod_security_rules_to_disable.to_a.empty? -%>
- <% mod_security_rules_to_disable.to_a.each do |rule|
+ <% mod_security_rules_to_disable.to_a.each do |rule| -%>
SecRuleRemoveById "<%= rule %>"
<% end -%>
<% end -%>