If its about using workers as an origin I actually do agree that part is confusing. You need to add

If its about using workers as an origin I actually do agree that part is confusing.

You need to add these 3 Workers Routes:
domain.com/*:
None

*.domain.com/*:
None

*/*
: SaaS Worker

The first 2 rules are so that your own domains do not go to the SaaS Worker, and the last one will match every domain tied to your zone which will be all your custom hostnames and direct them to the SaaS worker.

Example in image:
image.png
Was this page helpful?