前端解决跨域问题之nginx代理
(Visual Studio Code 用的本地启动服务端口的插件名称 GO Live 端口为http://127.0.0.1:5500/)
一、下载nginx(https://nginx.org/en/download.html)
二、以管理员身份设置 本机hosts文件
C:\Windows\System32\drivers\etc 根目录
hosts文件添加本地域名127.0.0.1 yun.localhost
三、nginx文件夹conf 创建文件夹及新文件 serv yun.localhost
四、nginx.conf 引入新建的文件include serv/yun.localhost;
五、在yun.localhost 配置端口
1 | server{ |