I'm currently using Amazon CloudFront as a CDN for my images on a subdomain img.example.com
, from an origin origin.example.com
.
I recently saw that CloudFlare provide a CDN for a flat fee so I'm interested in trying them out. But when I log in the only option is to add my main domain example.com
and not the origin. Here's the error:
We were unable to identify origin.example.com as a registered domain. Please ensure you are providing the root domain and not any subdomains (e.g., example.com, not subdomain.example.com) (Code: 1099)
I don't want to route my whole site traffic through CloudFlare, only the image subdomain. Is this possible?