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.
Using Traefik version 1.7.12 on Service Fabric, I'd like to add a custom header to certain responses returned from a particular service. It seems the only way to do this is to re-deploy the service with different labels. The problem with this is then I'll end up with 2 backends. In my case, this means 2 set of docker containers.
Is there a way to map multiple frontends to the same backend?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using Traefik version 1.7.12 on Service Fabric, I'd like to add a custom header to certain responses returned from a particular service. It seems the only way to do this is to re-deploy the service with different labels. The problem with this is then I'll end up with 2 backends. In my case, this means 2 set of docker containers.
Is there a way to map multiple frontends to the same backend?
The text was updated successfully, but these errors were encountered: