summaryrefslogtreecommitdiff
path: root/templates/vhosts/php
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-05 19:09:40 +0000
committermh <mh@immerda.ch>2008-12-05 19:09:40 +0000
commit17829890b4ce9880b550680ebdc958cbfe819cec (patch)
tree5f3d785fe32e775b740274c788d4001b03a342f6 /templates/vhosts/php
parentba840ab806ed2ea3bcf02f5318c08c51212dfdc6 (diff)
correct decision and made it more logical
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 4dbe1f4..2bbb48f 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 not do_includes.to_s == 'true' then -%>
+ <%- if options.to_s != 'absent' or 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 -%>