mac nginx 一些资料

http://www.jianshu.com/p/918eb337a206

mac 的nginx 配置目录在/usr/local/etc/nginx

安装之前最好执行brew的update和upgrade

brew update
brew upgrade

安装nginx
brew install nginx
nginx 安装后,启动nginx 的命令为 /nginx ,执行的命令为 nginx -s reopen 等等,具体的方法,可以通过man nginx 来查看

安装php71
brew search php //查看php
 
原文地址:https://www.cnblogs.com/likwo/p/7350179.html