Have Cloudflare Ignore Cache-Control Header
Hello
I am using Vercel and a rewrite in vercel.json to make my /blog subpath reverse proxy to a domain fronted by cloudflare.
However from the logs on the blog side, I can see that Cache-Control is set to max-age=0 which is causing all my request to the /blog path to be misses.
How can I make Cloudflare ignore the max-age=0 header?
I am using Vercel and a rewrite in vercel.json to make my /blog subpath reverse proxy to a domain fronted by cloudflare.
However from the logs on the blog side, I can see that Cache-Control is set to max-age=0 which is causing all my request to the /blog path to be misses.
How can I make Cloudflare ignore the max-age=0 header?