summaryrefslogtreecommitdiff
path: root/templates/vhosts/partials/std_override_options.erb
blob: 845fcc06bd7c02c937183b9ab883489b70114ccd (plain)
1
2
3
4
        AllowOverride <%= allow_override %>
        <% if options.to_s != 'absent' || do_includes.to_s == 'true' -%>
        Options <%- unless options.to_s == 'absent' then -%><%= options %><% end -%><% if do_includes.to_s == 'true' && !options.include?('+Includes') -%> +Includes<% end -%><% if run_mode == 'fcgid' && !options.include?('+ExecCGI') -%>+ExecCGI<% end -%>
				<% end -%>