Skip to content

Community Nginx install for Homebrew with lots of added modules and custom builds

Notifications You must be signed in to change notification settings

ninjapenguin/homebrew-nginx

 
 

Repository files navigation

Nginx Homebrew Tap

This tap is designed specifically for a custom build of Nginx with more module options.

Installation

brew tap marcqualie/nginx
brew install nginx-full

Why submit modules here?

Rather than submitting modules to the core Homebrew Nginx Forumla this repo will serve as a place where any module can be added and configured for custom purposes.

What about conflicts?

This version of Nginx is designed to be installed alongside a current install of Nginx from mxcl/homebrew. 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

Credits

Credit for the original base forumla comes from https://github.com/mxcl/homebrew/blob/master/Library/Formula/nginx.rb and I will keep this formula up to date with any changes made there.

About

Community Nginx install for Homebrew with lots of added modules and custom builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%