系统相关
首页 > 系统相关> > nginx+windows搭建域名访问环境

nginx+windows搭建域名访问环境

作者:互联网

环境准备:在docker容器中安装好nginx

1、本地配置hosts,虚拟机IP地址和域名

192.168.56.10 gulimall.com

2、配置nginx,文件路径/mydata/nginx/conf/conf.d/gulimall.conf(我是自己做了文件映射)

cp default.conf gulimall.conf

 

 注:192.168.56.1是虚拟机IP地址,10001是端口号。

标签:windows,虚拟机,IP地址,192.168,nginx,域名,conf,gulimall
来源: https://www.cnblogs.com/LLFA/p/15867107.html