You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
Got Traefik working on Azure Service Fabric cloud host.
However the url to access my api is as follows: mycloud.southeastasia.cloudapp.azure.com/api/values
Shouldn't it be (Following the built in reverse proxy by microsoft) mycloud.southeastasia.cloudapp.azure.com/AppName/ServiceName/api/values
How can I configure it so that Traefik includes the AppName and ServiceName in the url ?
The text was updated successfully, but these errors were encountered:
Got Traefik working on Azure Service Fabric cloud host.
However the url to access my api is as follows:
mycloud.southeastasia.cloudapp.azure.com/api/values
Shouldn't it be (Following the built in reverse proxy by microsoft)
mycloud.southeastasia.cloudapp.azure.com/AppName/ServiceName/api/values
How can I configure it so that Traefik includes the AppName and ServiceName in the url ?
The text was updated successfully, but these errors were encountered: