yes I did like the docs said. `subdomain.customer1.com` -> `customers.mysaas.com` -> `fallback_proxy

yes I did like the docs said.
subdomain.customer1.com

->
customers.mysaas.com

->
fallback_proxy.mysaas.com


my problem was getting it to actually do anything, and it seems you have to setup the Worker to have a route like
*/*
to catch all of that.
Was this page helpful?