I brew install nginx on my mac, but I don't know where is the configure file, and I use 'brew install nginx --add-module=xxxx' to add modules is not working... please help!!!
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The nginx-full brew formula has a number of options that enables you to install 3rd party modules.
See the output of brew info nginx-full
.
E.g. the HttpHeadersMoreModule can be installed with the command
brew install nginx-full --with-headers-more-module
回答2:
At this time (April 2018) nginx-full
is deprecated by default. To install 3rd party modules:
brew tap denji/nginx
brew install nginx-full --with-nchan-module
(or some other modules)
回答3:
Right now, the current method for adding modules is to install by url.
brew install https://raw.github.com/marcqualie/homebrew-nginx/master/nginx.rb