Redirect to another domain on same server for caching

ShinLim

Active member
Cloudflare has banned me, it said I was abuse caching, I don't know why
But I have added another domain on Cloudflare
This is a little complex question, I hope someone can understand and help me :(

I have 2 domains name : domainA.com and domainB.com
domainA is primary meanwhile domainB for caching
Both domain point to same server, which is 12.34.56.78
domainA not using cloudflare, but domainB is using cloudflare and I created a page rule for it : domainB.com/attachments/*
Now i don't know how to use conf nginx file to redirect domainA.com/attachments/* to domainB.com/attachments/*
I've tried :
Code:
rewrite https://domainA.com/attachments/(.*)$ https://domainB.com/attachments/$1 permanent;

But no use, anyone can help me this ? I'd very appreciate and a little donate for sure
 
are you referring to section 2.8 https://www.cloudflare.com/terms/

2.8 Limitation on Non-HTML Caching
The Service is offered primarily as a platform to cache and serve web pages and websites. Unless explicitly included as a part of a Paid Service purchased by you, you agree to use the Service solely for the purpose of serving web pages as viewed through a web browser or other application and the Hypertext Markup Language (HTML) protocol or other equivalent technology. Use of the Service for the storage or caching of video (unless purchased separately as a Paid Service) or a disproportionate percentage of pictures, audio files, or other non-HTML content, is prohibited.

i wouldn't try circumventing their terms of services by adding another domain and doing the same breach of service if I was use.

How were you using Cloudflare caching ? Are you serving alot of videos as a proportion of your total cached files served ?
 
Cloudflare are just going to ban your new domain, likely even faster this time as there would be little to no html content being served from it.

How much traffic are you pushing /month?
 
are you referring to section 2.8 https://www.cloudflare.com/terms/



i wouldn't try circumventing their terms of services by adding another domain and doing the same breach of service if I was use.

How were you using Cloudflare caching ? Are you serving alot of videos as a proportion of your total cached files served ?
Cloudflare are just going to ban your new domain, likely even faster this time as there would be little to no html content being served from it.

How much traffic are you pushing /month?
Yep, they were banned me so fast
Here is another my thread, if you guys could help me then that would be really great and really appreciate :
 
Top Bottom