Cloudflare Conflicting Page-Rules?

2019-09-07 16:35发布

问题:

I have a website, say example.com. Couldflare is set to cache everything on

*example.com/*

If I add another rule:

*nope.example.com/*

And set it to bypass cache, what will cloudflare do with the conflicting page rules?

回答1:

According to Source A;

Page Rules are applied in the order that they are listed.

So, all you would have to do is put the bypass cache first and then the cache everything rule:

*nope.example.com/* (Bypass)
*example.com/* (Cache Everything)