summaryrefslogtreecommitdiff
path: root/templates/vhosts/passenger/partial.erb
blob: 2f4a068aee06441081ecf13f5b6ea5bd2bec12f4 (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>