前回、MacPorts から Homebrew へ移行しましたが、せっかくなので、nginx + PHP 環境を作ってみました。 nginx を触ってみたかったので、勉強がてらにインストールしたときのメモ書きです。 nginx のインストール 設定 起動 これは、前回もやったのですが、一応おさらい。 nginx のインストールオプションを確認 インストールする前に、「brew options」でインストールオプションを確認しておきます。 $ brew options nginx --with-debug Compile with support for debug log --with-passenger Compile with support for Phusion Passenger module --with-webdav Compile with support for WebD