summaryrefslogtreecommitdiff
path: root/templates/vhosts/perl
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-05 18:07:46 +0000
committermh <mh@immerda.ch>2008-12-05 18:07:46 +0000
commitded5106de8e6fef521343f6db6662641992a3f0d (patch)
treed5256a8a8faa33f25bce290b2cd5b2cb73234041 /templates/vhosts/perl
parent8a2d1ed9ad20e2fec17432ac7720cda7760ad03e (diff)
fixed option decision, centos static is now link of openbsd, as we can use the same
Diffstat (limited to 'templates/vhosts/perl')
-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 92e703c..d2b768f 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' then -%>
+ <%- unless 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 -%>