From ded5106de8e6fef521343f6db6662641992a3f0d Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 5 Dec 2008 18:07:46 +0000 Subject: fixed option decision, centos static is now link of openbsd, as we can use the same --- templates/vhosts/php/CentOS.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/vhosts/php') diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb index cee935e..e89db77 100644 --- a/templates/vhosts/php/CentOS.erb +++ b/templates/vhosts/php/CentOS.erb @@ -12,7 +12,7 @@ /"> 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 -%> -- cgit v1.2.3