MAC 安装 Nginx 及配置.md
428 Bytes
MAC 安装 Nginx 及配置
- 安装 Brew 包管理器 http://brew.sh/index_zh-cn.html;
- 使用
brew install nginx
安装 nginx; - 编辑
/usr/local/etc/nginx/nginx.conf
, 在最后一个 '}' 前加入config/nginx.conf
中的内容(了解 Nginx 的人可以使用include); - 使用
nginx
命令启动 Nginx; - Host 中增加
127.0.0.1 activity.dev.yohobuy.com
; - 访问 http://activity.dev.yohobuy.com。