summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--puppet/modules/site_static/templates/rack.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/puppet/modules/site_static/templates/rack.erb b/puppet/modules/site_static/templates/rack.erb
index 3e22e750..aae91f1c 100644
--- a/puppet/modules/site_static/templates/rack.erb
+++ b/puppet/modules/site_static/templates/rack.erb
@@ -1,5 +1,5 @@
#PassengerLogLevel 1
- #RackEnv production
+ #PassengerAppEnv production
#PassengerFriendlyErrorPages on
<%- if @location_path == '' -%>
<Directory "<%=@directory%>">
@@ -10,7 +10,6 @@
<%- else -%>
Alias /<%=@location_path%> "<%=@directory%>"
<Location /<%=@location_path%>>
- RackBaseURI /<%=@location_path%>
PassengerBaseURI /<%=@location_path%>
PassengerAppRoot "<%=File.dirname(@directory)%>"
</Location>