From e1d1ced4e36c75da9a716a60f6e186343c5552a5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 21 Aug 2014 15:43:16 +0100 Subject: [PATCH] nginx: tell people about the tap. As noted from e.g. Homebrew/homebrew#31270. --- Formula/nginx.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/nginx.rb b/Formula/nginx.rb index df20831d86..15b9625ec5 100644 --- a/Formula/nginx.rb +++ b/Formula/nginx.rb @@ -20,6 +20,9 @@ class Nginx < Formula env :userpaths + # Before submitting more options to this formula please check they aren't + # already in Homebrew/homebrew-nginx/nginx-full: + # https://github.com/Homebrew/homebrew-nginx/blob/master/nginx-full.rb option "with-passenger", "Compile with support for Phusion Passenger module" option "with-webdav", "Compile with support for WebDAV module" option "with-debug", "Compile with support for debug log"