我在我的Mac上安装nginx,但我不知道configuration文件在哪里,我用'brew install nginx –add-module = xxxx'添加模块不工作…请帮忙!!!
nginx-full brew公式有许多选项可以让你安装第三方模块。
查看brew info nginx-full
的输出。
例如HttpHeadersMoremodulee可以使用该命令安装
brew install nginx-full --with-headers-more-module
目前,添加模块的方法是通过url进行安装。
brew install https://raw.github.com/marcqualie/homebrew-nginx/master/nginx.rb