summaryrefslogtreecommitdiff
path: root/templates/vhosts/perl/CentOS.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/perl/CentOS.erb')
-rw-r--r--templates/vhosts/perl/CentOS.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/perl/CentOS.erb b/templates/vhosts/perl/CentOS.erb
index 9a7a1dd..be2aa0e 100644
--- a/templates/vhosts/perl/CentOS.erb
+++ b/templates/vhosts/perl/CentOS.erb
@@ -17,7 +17,7 @@
<%- end -%>
<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 -%>