From c6ed5700d81330c7fc9e2782f37fda26d3d5fefb Mon Sep 17 00:00:00 2001 From: Hongli Lai (Phusion) Date: Sat, 4 Jan 2014 13:33:27 +0100 Subject: nginx: show correct value for passenger_root in caveats. Closes #25627. Signed-off-by: Mike McQuaid --- Library/Formula/nginx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 9c7dde307..f3f4bcecd 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -125,7 +125,7 @@ class Nginx < Formula def passenger_caveats; <<-EOS.undent To activate Phusion Passenger, add this to #{etc}/nginx/nginx.conf: - passenger_root #{HOMEBREW_PREFIX}/opt/passenger/libexec + passenger_root #{HOMEBREW_PREFIX}/opt/passenger/libexec/lib/phusion_passenger/locations.ini passenger_ruby /usr/bin/ruby EOS end -- cgit v1.2.3