Hi guys,
instead of having a unique base-path we want to use a Wildcard Domain such as *.api.example.com and then every proxy gets his unique name such as:
test-api1.api.example.com
test-foo.api.example.com
xxx.api.example.com
...
there-are-more.api.example.com
...
As far from the documentation I've seen its possible to Setup a Virtual Host with a Wildcard Domain, but How can I configure: Proxy is enabled on VHost X for Domain [singlematch].api.example.com
Background is that we have multiple APIs having the same path structures and we don't want to prefix them.