diff options
Diffstat (limited to 'templates/vhosts/php')
-rw-r--r-- | templates/vhosts/php/CentOS.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb index e957f07..28a8271 100644 --- a/templates/vhosts/php/CentOS.erb +++ b/templates/vhosts/php/CentOS.erb @@ -21,7 +21,7 @@ AssignUserId <%= run_uid+" "+run_gid %> </IfModule> <%- end -%> - <%- if (options.to_s != 'absent' or htpasswd_file.to_s != 'absent') and not ssl_mode.to_s == 'force' then -%> + <%- if not ssl_mode.to_s == 'force' then -%> <Directory "<%= documentroot %>/"> AllowOverride <%= allow_override %> <%- if options.to_s != 'absent' or do_includes.to_s == 'true' then -%> |