本文实例为大家分享了Nginx多域名的简单配置教程,供大家参考,具体内容如下
1. windows下安装nginx的目录结构如下:
2. 在nginx-1.12.1目录下conf/nginx.conf 内容
#user nobody; worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; server { listen 80 default_server; server_name localhost default_server; root html; location / { index index.html index.htm; } } include ../vhost/*.conf; }
3. vhost 目录下 a_com.conf 内容:
server { listen 80; server_name www.a.com; root D:/test/; location / { index index.html index.htm; } }
4. vhost 目录下 b_com.conf 内容:
server { listen 80; server_name www.b.com; root D:/test2/; location / { index index.html index.htm; } }
5. 在本地磁盘D盘下 新建 test 和 test2目录,并新建 index.html文件
6. 在本地磁盘C盘中C:\Windows\System32\drivers\etc 下修改hosts 如下
127.0.0.1 www.a.com 127.0.0.1 www.b.com
7. 用cmd进入nginx安装目录下执行
nginx.exe 开始
nginx -t //检测语法
nginx -s reload //重新启动
nginx -s stop //停止
8. 打开浏览器输入网址
github仓库:https://github.com/chengzao
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
标签:
windows,Nginx,域名
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
桃源资源网 Design By www.nqtax.com
暂无“windows下Nginx多域名简单配置教程”评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。