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