summaryrefslogtreecommitdiff
path: root/templates/vhosts/partials/std_override_options.erb
blob: d43b042f151c7c6ddb18279f0a5a7701733eb114 (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 -%>
				<% end -%>