summaryrefslogtreecommitdiff
path: root/templates/vhosts/php
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-05 18:16:01 +0000
committermh <mh@immerda.ch>2008-12-05 18:16:01 +0000
commitba840ab806ed2ea3bcf02f5318c08c51212dfdc6 (patch)
tree8c977ee0d4a044c41657b7f57c20d3e7131bf35e /templates/vhosts/php
parentded5106de8e6fef521343f6db6662641992a3f0d (diff)
correct test
Diffstat (limited to 'templates/vhosts/php')
-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 e89db77..4dbe1f4 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -12,7 +12,7 @@
<Directory "<%= documentroot %>/">
AllowOverride <%= allow_override %>
- <%- unless options.to_s == 'absent' or do_includes.to_s == 'true' then -%>
+ <%- unless options.to_s == 'absent' or not do_includes.to_s == 'true' then -%>
Options <%= options %> <%- if do_includes.to_s == 'true' and not options.include?('+Includes') then -%>+Includes<%- end -%>
<%- end -%>
<%- unless htpasswd_file.to_s == 'absent' then -%>