summaryrefslogtreecommitdiff
path: root/templates/vhosts/php/CentOS.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-08 20:26:08 +0000
committermh <mh@immerda.ch>2008-11-08 20:26:08 +0000
commit44833fe58ee3d5479563b84f0d199ebc04991c45 (patch)
tree017e73da4c801d2b059e3ce30a230a49bb850618 /templates/vhosts/php/CentOS.erb
parent7350f1f88d0d75cf2c98198c3559c39d7be8a709 (diff)
fixing some typos
Diffstat (limited to 'templates/vhosts/php/CentOS.erb')
-rw-r--r--templates/vhosts/php/CentOS.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb
index 0c3e33e..9c7722d 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -30,7 +30,7 @@
</Directory>
<IfModule mod_security2.c>
- SecRuleEngine <%= if mod_security.to_s == 'true' then "On" else "Off" end -%>
+ SecRuleEngine <%= if mod_security.to_s == 'true' then "On" else "Off" end %>
</IfModule>
<%- unless additional_options.to_s == 'absent' then -%>