-
marketdata Umbraco.Cms.Web.Common.PublishedModels.YarpRoute
"route-fastapi-marketdata": { "ClusterId": "cluster-fastapi-marketdata", "Match": { "Path": "/marketdata/{**catch-all}" } }
"cluster-fastapi-marketdata": { "Destinations": { "destination1": { "Address": "http://192.168.0.114:5699" } } } -
localhost8000 Umbraco.Cms.Web.Common.PublishedModels.YarpRoute
"route-fastapi-8000": { "ClusterId": "cluster-fastapi-8000", "Match": { "Path": "/fastapi/{**catch-all}" }, "Transforms": [ { "PathRemovePrefix": "/fastapi" } ] }
"cluster-fastapi-8000": { "Destinations": { "destination1": { "Address": "http://localhost:8000" } } } -
netron Umbraco.Cms.Web.Common.PublishedModels.YarpRoute
"route-fastapi-netron": { "ClusterId": "cluster-fastapi-netron", "Match": { "Path": "/netron/{**catch-all}" }, "Transforms": [ { "PathRemovePrefix": "/netron" },{ "RequestHeader": "X-Forwarded-Prefix", "Set": "/netron" } ] }
"cluster-fastapi-netron": { "Destinations": { "destination1": { "Address": "http://localhost:8080" } } } -
fastapi-apps-market Umbraco.Cms.Web.Common.PublishedModels.YarpRoute
"route-fastapi-apps": { "ClusterId": "cluster-fastapi-apps", "Match": { "Path": "/apps/{**catch-all}" } }
"cluster-fastapi-apps": { "Destinations": { "destination1": { "Address": "http://192.168.0.113:8101" } } }
"Clusters":{"cluster-fastapi-marketdata": { "Destinations": { "destination1": { "Address": "http://192.168.0.114:5699" } } },"cluster-fastapi-8000": { "Destinations": { "destination1": { "Address": "http://localhost:8000" } } },"cluster-fastapi-netron": { "Destinations": { "destination1": { "Address": "http://localhost:8080" } } },"cluster-fastapi-apps": { "Destinations": { "destination1": { "Address": "http://192.168.0.113:8101" } } }}
"ReverseProxy": {"Routes":{"route-fastapi-marketdata": { "ClusterId": "cluster-fastapi-marketdata", "Match": { "Path": "/marketdata/{**catch-all}" } },"route-fastapi-8000": { "ClusterId": "cluster-fastapi-8000", "Match": { "Path": "/fastapi/{**catch-all}" }, "Transforms": [ { "PathRemovePrefix": "/fastapi" } ] },"route-fastapi-netron": { "ClusterId": "cluster-fastapi-netron", "Match": { "Path": "/netron/{**catch-all}" }, "Transforms": [ { "PathRemovePrefix": "/netron" },{ "RequestHeader": "X-Forwarded-Prefix", "Set": "/netron" } ] },"route-fastapi-apps": { "ClusterId": "cluster-fastapi-apps", "Match": { "Path": "/apps/{**catch-all}" } }},"Clusters":{"cluster-fastapi-marketdata": { "Destinations": { "destination1": { "Address": "http://192.168.0.114:5699" } } },"cluster-fastapi-8000": { "Destinations": { "destination1": { "Address": "http://localhost:8000" } } },"cluster-fastapi-netron": { "Destinations": { "destination1": { "Address": "http://localhost:8080" } } },"cluster-fastapi-apps": { "Destinations": { "destination1": { "Address": "http://192.168.0.113:8101" } } }}}
更新路由信息