summaryrefslogtreecommitdiff
path: root/templates/vhosts/php/CentOS.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-07 18:48:01 +0000
committermh <mh@immerda.ch>2008-11-07 18:48:01 +0000
commitcb859392d1086afb0784a73339ca8120ea9d9c9f (patch)
treef61127e8ec9b2e02fa0ae9ce815fdd4f20967208 /templates/vhosts/php/CentOS.erb
parentd5cd38b7e13d073ef48b49b11ceaac55dff23214 (diff)
added additional options
Diffstat (limited to 'templates/vhosts/php/CentOS.erb')
-rw-r--r--templates/vhosts/php/CentOS.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb
index 92f68b4..6e991be 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -23,8 +23,7 @@
SecRuleEngine <%= if mod_security.to_s == 'true' then "On" else "Off" end %>
</IfModule>
-
- <%- unless additional_options == 'absent' then -%>
+ <%- unless additional_options.to_s == 'absent' then -%>
<%= additional_options %>
<%- end -%>
</VirtualHost>