summaryrefslogtreecommitdiff
path: root/templates/vhosts/passenger/partial.erb
blob: 63f1b89b1f59c6444cc36d0ba12fcc5c2a66c4c6 (plain)
1
2
3
4
5
6
7
  <Directory <%= documentroot %>/>
        AllowOverride <%= allow_override %>
        Options <%- unless options.to_s == 'absent' then -%><%= options %><%- end -%><%- unless !options.to_s.include?('MultiViews') then -%> -MultiViews<%- end -%>

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