配置网关租户端文件路由

usertest
ZR20090193-陈敬勇 6 months ago
parent 76fc98ec1a
commit fbb0e28103

@ -165,6 +165,23 @@
"LoadBalancerOptions": {
"Type": "RoundRobin"
}
},
{
"DownstreamPathTemplate": "/LinkAttach/{url}",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 3000
}
],
"UpstreamPathTemplate": "/LinkAttach/{url}",
"UpstreamHttpMethod": [ "Get" ],
"FileCacheOptions": {
"TtlSeconds": 3600
},
"ReRouteIsCaseSensitive": false,
"UseServiceDiscovery": false
}
],
"GlobalConfiguration": {

Loading…
Cancel
Save