generated from coop-cloud/example
add FALLBACK_REDIRECT_URL to be able to redirect any unknown paths to a different domain #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "fallback-redirect-url"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
our use case: we moved an existing app from a root domain to a subdomain to replace it with a static website, but still want the old URLs to all work and be redirected to the subdomain
Hey, this looks good. However, it seems like quite a complication for such a simple / small recipe. I wonder should this not be solved somehow at the proxy level? E.g. https://doc.traefik.io/traefik/reference/routing-configuration/http/middlewares/redirectregex/ I can imagine this a problem which we'll see in other recipes also...
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.