aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorHongli Lai (Phusion)2014-01-04 13:33:27 +0100
committerMike McQuaid2014-01-04 13:41:35 +0000
commitc6ed5700d81330c7fc9e2782f37fda26d3d5fefb (patch)
tree00177beee44246764f37cceff38365912883e02a /Library/Formula
parentb85a9b67d566895fc3a967152578b4b2caac8026 (diff)
downloadhomebrew-c6ed5700d81330c7fc9e2782f37fda26d3d5fefb.tar.bz2
nginx: show correct value for passenger_root in caveats.
Closes #25627. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nginx.rb2
1 files changed, 1 insertions, 1 deletions
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