Domain on container and sub url (/staging/) redirect to another server

It is possible to use traefik on a container AND the same domain the sub url (in this case /staging/) redirect to another server?

Hello,

yes by using PathPrefix matchers https://docs.traefik.io/v1.7/basics/#matchers

and priorities: https://docs.traefik.io/v1.7/basics/#priorities

Yes that helped. Thanks Idez. :slight_smile: