blob: c3b63f5518de2b4b874f9d765459264f1cb4af9c (
plain)
1
2
3
4
5
6
7
|
SetEnv GEM_HOME <%= @gempath %>
<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>
|