Hi, I set up a Hugo static blog served with Cloudflare Workers Sites (unlimited plan, with a KV storage). I used this walk-through as a guide, the process was pretty easy and smooth to follow. And I am very happy with the result and the performance.
As advised, I used dummy IPs for my DNS A/AAAA settings (192.0.2.255 and 2001:db8:ffff:ffff:ffff:ffff:ffff:ffff).
Since my origin is not a server but a Cloudflare KV storage, what are the good practices regarding these domain settings?
- SSL: I am currently set on Full (strict) value. Is that OK?
- WebSockets: it is toggle on. Should I keep, or toggle off?
- Are there any settings I should be careful of? (I am currently on free plan)
Thank you in advance for your recommendations!