1 Star 0 Fork 0

dongsk1986/ngx-planet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
proxy.conf.js 290 Bytes
一键复制 编辑 原始数据 按行查看 历史
const PROXY_CONFIG = {};
PROXY_CONFIG['/static/app1'] = {
target: 'http://localhost:3001',
secure: false,
changeOrigin: false
};
PROXY_CONFIG['/static/app2'] = {
target: 'http://localhost:3002',
secure: false,
changeOrigin: true
};
module.exports = PROXY_CONFIG;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongsk1986/ngx-planet.git
[email protected]:dongsk1986/ngx-planet.git
dongsk1986
ngx-planet
ngx-planet
master

搜索帮助