在安裝nginx的時候報如下錯誤
sudo brew install nginx
Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.
解決辦法:
去掉sudo
brew install nginx