MAC 安装 Nginx 及配置.md 428 Bytes

MAC 安装 Nginx 及配置

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