Pointing different url paths to different origin subdomains (Business Customer)
On our parent domain (example: domain.com ) , we need to have a way to reverse proxy specific paths to different application servers, for example
/shop would proxy to shop.domain.com and /support would proxy to support.domain.com while all other paths resolve to the origin server of domain.com . Is this possible without writing a web worker ?