Hello at all,
I need an advise from the team. I have configured everything fine on cloudlare (PRO account).
I have a main domain name (ie: maindomain.com) with two main apps on subdomains (www.
and web.
). Everything works fine for www.
But web.
is a little bit specific : it is a CNAME and I have 73 others domains using this CNAME because we provide websites to our customers. All these website are pointing on the same app via the web.
CNAME.
At the first place, I did NOT want to add all these domains to Cloudflare. My idea was to proxy web.
only and make sure all assets are pulled from my web.
subdomain.
For example:
-
www.customerdomain1.com
andwww.customerdomain2.com
are pointing toweb.maindomain.com
CNAME - currently
web.maindomain.com
is handled by CloudFlare but not proxied. - I wanted to make sure that images for these customer’s domains were pulled from
web.maindomain.com/~customer-slug1/images/image.png
. So I enabled proxy forweb.maindomain.com
But doing so, all my customer’s websites crashed because it seems that Cloudflare detected they were pointing to maindomain.com
so Cloudflare tried to proxy them as well but SSL resolution failed (normal). Is it correct?
So my questions are:
- how can I proxy
web.maindomain.com
without having to add 74+ domains to Cloudflare? - Does Cloudflare even support that many domains for one given account?
- Will I have to pay $20*74?
- And finally, in the case I should add all the domains to Cloudflare, how to take care of the 74 domains configurations on CloudFlare?