diff options
author | elijah <elijah@riseup.net> | 2014-06-01 23:21:12 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-06-02 12:03:06 -0700 |
commit | 0c4c0ab6863c4c1cf59d0e999c7ba7bd41d3546c (patch) | |
tree | 6c7354c2d9df57f71243e3b6bbe9b626862ab94a /puppet | |
parent | 2b3b9243e7d0301f877b35246a809c50196e038c (diff) |
remove superfluous RackBaseURI directive
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_static/templates/rack.erb | 3 |
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> |