Hi @tomlawesome
The entrypoint redirect uses a very high priority. You can lower the entrypoint redirection priority and make your http routers priority higher than that.
You're looking at this static setting, cli shown:
--entrypoints.<name>.http.redirections.entrypoint.priority
:
Priority of the generated router. (Default:2147483646
)
And for the router, showing the docker label:
- "traefik.http.routers.router0.priority=42"