Trying to find a way to implement a proxypass based on the incoming header.
For instance:
proxyPass / https://%{{x-backend-host}}/
Where X-backend-host will be in the request headers.
The idea behind this is to have multiple incoming domains, i.e one.example.com, two.example.com, three.example.com and have them point at there own unique backends.
Does anyone have any ideas or references I can look at to implement a scenario like this.