homebrewを使用したnginxメインラインのインストール

homebrewを使用したnginxメインラインのインストール

homebrewを使用してnginxのメインライン(1.11.x)バージョンをインストールしようとしましたが、成功しませんでした。方法はありますか? (私はこれを見つけましたhttp://brew.sh/homebrew-nginx/しかし、本線の具体的な説明はありません。)

ベストアンサー1

次のコマンドを使用してインストールオプションを表示できますbrew options nginx

--with-debug
Compile with support for debug log
--with-gunzip
Compile with support for gunzip module
--with-http2
Compile with support for the HTTP/2 module
--with-passenger
Compile with support for Phusion Passenger module
--with-webdav
Compile with support for WebDAV module
--devel
Install development version 1.11.5
--HEAD
Install HEAD version

メインラインバージョンをインストールするには:

brew install --devel nginx

おすすめ記事