Skip to content

Commit

Permalink
Changed to nginx-full instead of nginx for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
marcqualie committed Jul 4, 2013
1 parent df785ef commit 7a9ea34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@

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


## Installation

brew tap marcqualie/nginx
brew install marcqualie/nginx/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?

You cannot install this Formula and `mxcl/master/nginx` at the same time. If there is enough demand I will change this in the future
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

Expand Down
2 changes: 1 addition & 1 deletion nginx.rb → nginx-full.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'formula'

class Nginx < Formula
class NginxFull < Formula

homepage 'http://nginx.org/'
url 'http://nginx.org/download/nginx-1.4.1.tar.gz'
Expand Down

0 comments on commit 7a9ea34

Please sign in to comment.