This commit is contained in:
zhaofang
2022-11-02 14:19:00 +08:00
parent 086d28decc
commit a25860fb65
2 changed files with 156 additions and 25 deletions

View File

@@ -89,26 +89,26 @@
"^/uboeApi" : "/api"
}
},
"/statApi": {
// 目标代理服务器地址
"target" : "http://192.168.0.11:9080",
"changeOrigin" : true,
"logLevel" :"debug",
"secure" : false,
"pathRewrite" : {
"^/statApi": ""
}
},
"/socialApi": {
// 目标代理服务器地址
"target": "http://192.168.0.11:9081",
"changeOrigin": true,
"logLevel":"debug",
"secure": false,
"pathRewrite": {
"^/socialApi": ""
}
}
"/statApi" : {
// 目标代理服务器地址
"target" : "http://192.168.0.11:9080",
"changeOrigin" : true,
"logLevel" :"debug",
"secure" : false,
"pathRewrite" : {
"^/statApi": ""
}
},
"/socialApi": {
// 目标代理服务器地址
"target": "http://192.168.0.11:9081",
"changeOrigin": true,
"logLevel":"debug",
"secure": false,
"pathRewrite": {
"^/socialApi": ""
}
}
}
},
"optimization" : {