OS X 安装 Nginx
install
brew install nginx
# config file position
/usr/local/etc/nginx
manage
#start
brew service start nginx
#stop
brew service stop nginx
brew install nginx
# config file position
/usr/local/etc/nginx
#start
brew service start nginx
#stop
brew service stop nginx