Hi Community,
i am pretty new to Traefik and currently migrating von Nginx Proxy Mangager to Traefik.
Since a few days I try to figure out how to deal with this problem:
I want to redirect incoming traffic from:
mydomain.it to mydomain.at
mydomain.de to mydomain.at and so on. (With HTTPS!)
After trying with regex redirection (which ended in a endless loop) I found the redirect via entrypoints, but this only worked out in Traefik 1.X.
Please can anybody tell me how to deal futureproof with this issue? I do not want to do it with a nginx container
I am using Traefik 2.5 with a static configuration file (toml) and a dynamic config file (also toml) but later I want to move to a more docker approach
Thank you very much in advance
Kind regards
Ragitagha
Update: Found a similar, still unanswered question here: