There was an error while loading. Please reload this page.
Use case: reverse proxy differently for various requested hosts.
Example syntax:
charonConfiguration() // ... .add(requestMapping().hostRegex("subdomain\..*").set(...)) .add(requestMapping().hostRegex("subdomain2\..*").set(...))