diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nginx.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index c0b9ab526..1cf8a33e4 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -118,6 +118,10 @@ class Nginx < Formula end end + test do + system "#{bin}/nginx", '-t' + end + def passenger_caveats; <<-EOS.undent To activate Phusion Passenger, add this to #{etc}/nginx/nginx.conf: |
