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