I've got a Ghost blog hosted on Ghost.io. In the setup process they help provision a CloudFlare DNS record and SSL certificate to serve the site.
In the setup their configuration seems to only use the Cloudflare DNS features, so Web Workers, Page Rules and other features of Cloudflare are not working on my main domain.
I think I could setup the following:
ghost.mydomain.net
->ghost.io
(No Proxy)mydomain.net
->ghost.mydomain.net
(Proxy and Rewrite)
But I'd much rather do this in one go.
I tried forcing the proxy through the commandline and while the command succeeds, the value proxy features remain turned off in my Cloudflare dashboard:
Any cloudflare experts who could guide me towards the best solution for this problem?