我在我的mac上安装nginx,但我不知道配置文件在哪里,我使用'brew install nginx --add-module = xxxx'添加模块不起作用...请帮忙! !!
答案 0 :(得分:13)
nginx-full brew公式有许多选项可让您安装第三方 模块。
查看brew info nginx-full
的输出。
E.g。可以使用命令
安装HttpHeadersMoreModulebrew install nginx-full --with-headers-more-module
答案 1 :(得分:4)
此时(2018年4月)默认情况下不推荐使用nginx-full
。要安装第三方模块:
brew tap denji/nginx
brew install nginx-full --with-nchan-module
(或其他一些模块)答案 2 :(得分:0)
目前,添加模块的当前方法是按网址安装。
brew install https://raw.github.com/marcqualie/homebrew-nginx/master/nginx.rb