Hello,
I have a situation where my traefik container has a wildcard domain entry on domain1.
Domain2 is an internal domain, not accessible from the outside.
I'd like to setup a catchall from a regexp, where a client who contacts my traefik on :
https://pattern-blabla.domain1.com
remains on that URL, but the servers URL the traefik is querying is https://pattern-blabla.domain2.local
And I want this to be dynamic, where I would just setup a Regexp Host https://pattern-*.domain1.com
Is this achievable through traefik services & regexps?