Apex domain recommended approach BYOC CloudFlare
Just setup BYOC with Cloudflare and a custom domain. It setup the www. subdomain
Is there a zeyphyr cloud recommended approach to link the apex domain the www subdomain?
Thanks!
11 Replies
@Néstor
Welcome @Nii working on getting you the doc for that. @Néstor is on call today and may find it faster than me
thanks!
Hey @Nii what are you trying to accomplish exactly?
For www to redirect to apex ?
Heya
The other way around i think
Im coming from Vercel for personal projects and Microsft Azure for work
On those platforms you always get an IP address for the apex domain; not sure what the recommended approach is for Zephyr Cloud with Cloudflare to link my production application on the www. and apex domain
I setup meovv.app as a custom domain for the production environment on Zephyr, it only created the www. domain.
Woud like the apex to redirect to www.
ah in that case its worker routes
workers do not have a IP, but rather you configure the worker itself
inside of it you can set Domains for it
then the worker will do the work of resolving the right thing
@Nii funny example, Zephyr is deployed with Zephyr, so our worker routes have the domain names we use for the different things like the landing or the docs
haha oke, thanks for the information! i know what to do now
Also bear in mind Cloudflare Rules
appreciate the quick response

you can also do this
but in reverse
oke, that might actually the most simplistic option i think