summaryrefslogtreecommitdiff
path: root/templates/vhosts/static/partial.erb
blob: 03bd2f84676516dfa8c789f2750fb2f72da56c6c (plain)
1
2
3
4
5
6
7
8
    <Directory "<%= documentroot %>/">
        AllowOverride <%= allow_override %>
        <%- if options.to_s != 'absent' or do_includes.to_s == 'true' then -%>
        Options <%- unless options.to_s == 'absent' then -%><%= options %><%- end -%><%- if do_includes.to_s == 'true' and not options.include?('+Includes') then -%> +Includes<%- end -%>

        <%- end -%>
<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
    </Directory>