summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-06-01 23:21:12 -0700
committerelijah <elijah@riseup.net>2014-06-02 12:03:06 -0700
commit0c4c0ab6863c4c1cf59d0e999c7ba7bd41d3546c (patch)
tree6c7354c2d9df57f71243e3b6bbe9b626862ab94a
parent2b3b9243e7d0301f877b35246a809c50196e038c (diff)
remove superfluous RackBaseURI directive
-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>