brew install nginx
启动
./nginx
退出
nginx -s quit
测试
nginx -t
查看nginx是否运行
pidof nginx ps -A | grep nginx
http://localhost:8080/
默认安装路径
/usr/local/etc/nginx
默认页面路径
/usr/local/var/www