在通过json-server搭建本地服务器得到 http://localhost:3000/todos 的基础上,要想将接口改为www.test.com/todos这样的形式 ,则需要用nginx进行反向代理
1.安装nginx
windows下nginx安装操作教程
原文地址:https://www.cnblogs.com/smilexumu/p/9037057.html
时间: 2024-10-11 00:34:14
在通过json-server搭建本地服务器得到 http://localhost:3000/todos 的基础上,要想将接口改为www.test.com/todos这样的形式 ,则需要用nginx进行反向代理
1.安装nginx
windows下nginx安装操作教程
原文地址:https://www.cnblogs.com/smilexumu/p/9037057.html