summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 -%>