aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorHongli Lai (Phusion)2014-06-14 20:04:02 +0200
committerJack Nagel2014-06-14 14:08:40 -0500
commit7aac44aa2256479baac559f9a0e88bdf3ee37d92 (patch)
treebe6e672e9a5ea0d69c72f0fafda9ff7eff8e7cfe /Library/Formula
parent2d081ca0c246c6f5b0217526f779972094df574e (diff)
downloadhomebrew-7aac44aa2256479baac559f9a0e88bdf3ee37d92.tar.bz2
nginx: update Passenger caveats.
They now explicitly mention the fact that passenger_root and passenger_ruby must be specified in the 'http' context. See http://stackoverflow.com/questions/24220300/configuring-passenger-with-ngenix for a user who didn't get this and did it wrong. Closes #30155. Signed-off-by: Jack Nagel <jacknagel@gmail.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 83b64a3fc..455675411 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -121,7 +121,7 @@ class Nginx < Formula
def passenger_caveats; <<-EOS.undent
- To activate Phusion Passenger, add this to #{etc}/nginx/nginx.conf:
+ To activate Phusion Passenger, add this to #{etc}/nginx/nginx.conf, inside the 'http' context:
passenger_root #{HOMEBREW_PREFIX}/opt/passenger/libexec/lib/phusion_passenger/locations.ini
passenger_ruby /usr/bin/ruby
EOS