#PassengerLogLevel 1
#PassengerAppEnv production
#PassengerFriendlyErrorPages on
<%- if @location_path != '' -%>
Alias /<%=@location_path%> "<%=@directory%>"
>
PassengerBaseURI /<%=@location_path%>
PassengerAppRoot "<%=File.dirname(@directory)%>"
<%- end -%>
">
Order deny,allow
Allow from all
Options -MultiViews