Redirect Regex
The Redirect Regex middleware redirects a request using regex matching and replacement.
Creating the middleware on traefik
Edit your traefik values.yaml
.
This will capture https://remote.domain.com
or https://remote.domain.com/
and redirect it to https://remote.domain.com/guacamole
Applying the regex redirect middleware to the app
Edit your app values.yaml
.