diff options
Diffstat (limited to 'Library/Formula/nginx.rb')
| -rw-r--r-- | Library/Formula/nginx.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index b3ed2727a..31b34d892 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -126,8 +126,8 @@ class Nginx < Formula def passenger_caveats; <<-EOS.undent 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 + passenger_root #{HOMEBREW_PREFIX}/opt/passenger/libexec/lib/phusion_passenger/locations.ini; + passenger_ruby /usr/bin/ruby; EOS end |
