:fire_engine: 社区 NGINX 插件,用于自定义模块
This tap is designed specifically for a custom build of NGINX with more module options.
Once the tap is installed, you can install nginx-full
with optional additional modules:
brew tap denji/nginx
brew install nginx-full --with-upload-module
For a list of available configuration options run:
brew options nginx-full
brew info nginx-full
You are free to install this version alongside a current install of NGINX from Homebrew/homebrew if you wish. However, they cannot be linked at the same time. To switch between them use brew's built in linking system.
brew unlink nginx
brew link nginx-full
brew help, man brew or check Homebrew's documentation.
Please see the contributing guide.
homebrew-nginx repo, create a new branch: git checkout --branch my_new_formulabrew install ./my-new-formula.rb. Does it install? Note, ./.rb will target the local file.git push --set-upstream origin my-new-formula to get it into your GitHub fork as a new branch.git push.暂无开放 Issues,或尚未同步最近议题。