2018年1月5日

nginx 配置 vhosts 的方案

摘要: 网上有很多种 nginx 配置 vhosts,来个比较方便的。 步骤如下: 1. 在 conf 目录建一个vhosts 目录。 2. 在 nginx.conf 末尾加入 include vhosts/ .conf; 3. 在 vhosts 目录建立对应 vhosts.conf 文件,即可。 这就将方 阅读全文

posted @ 2018-01-05 10:11 建伟F4nniu 阅读(426) 评论(0) 推荐(0)

导航