Is origin cache control enabled implicitly when cache level is cache everything?

I found that on my domain with cache level is set to cache everything using page rules, even the origin cache control is not enabled explicitly, the edge cache is still affected by the Cache-Control header responded from the upstream servers. (I can reproduce with the curl commands, after the accurate “max-age” value in cache-control header, the “cf-cache-status” response header turns to REVALIDATED or EXPIRED for once, and then HIT for the next “max-age” seconds)

Since I remembered that origin cache control is disabled by default, I’m wondering - will origin cache control be enabled if the cache level is cache everything?

@MoreHelp Ticket Number: #2195108

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.