问题
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)
来源:https://stackoverflow.com/questions/30014528/cloudflare-conflicting-page-rules