Is it possible to set different cache-control headers for CDN and browser? Currently, I am using
header("Cache-Control: max-age=3600, public");
由于我是公开的,我认为,浏览器和CDN都在打上1小时的网页。 我先从CDN上台,以便CDN服务器从网络主机上检索网页。
我想客座时间为10分钟,CDN需要一小时。 这是可能的。
如果无法做到这一点,我就想让浏览者把内容放在一边,而裁谈会则每小时一次。