Hi,
I want to reach my worker directly from my subdomain. I Setup a cname pointing to the worker, but it returns a timeout.
What to do here?
Hi,
I want to reach my worker directly from my subdomain. I Setup a cname pointing to the worker, but it returns a timeout.
What to do here?
Setup your cname <sub.domain.com> as if it is pointing to some origin (www.google.com or something).
Then bind you worker to the route sub.domain.com/*
Make sure it’s deployed and it should work!
Thanks, it works.