-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Description
Which Cloudflare product does this pertain to?
Cloudflare for SaaS
Existing documentation URL(s)
Section that requires update
Point #4
What needs to change?
It currently states that if you want all traffic on your zone to go to the worker to set a route pattern as */* going to the worker (this part is correct). However it says if you do not want that to set the route *.<zonename>.com/* to no worker. When in actuality you need to see both the */* route to the worker and *.<zonename>.com/* to no worker otherwise all your customers domains would get error 522.
How should it change?
Needs to give accurate info on how to setup the worker origin if you do not want everything on your zone to go to the saas handler worker. Had to debug this quite a bit in discord to get it to properly work because it was either getting error 522 or overriding all of my other workers previously and any other origins that might be setup that proxy through cloudflare.
Additional information
No response