blob: 3b314ce5919d3d8a05206ca8024fd54a715157c2 (
plain)
1
2
3
4
5
6
|
<Directory <%= documentroot %>/>
AllowOverride <%= allow_override %>
Options <%- unless options.to_s == 'absent' -%><%= options %><%- end -%><%- unless !options.to_s.include?('MultiViews') -%>-MultiViews<%- end -%>
<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
</Directory>
|