早些时候我问了问题how to set up both httpexpires and cachecontrol headers
我想我找到了答案
<clientCache cacheControlCustom="public" httpExpires="Tue, 19 Jan 2038 03:14:07 GMT" cacheControlMaxAge="12:00:00" cacheControlMode="UseExpires" />
现在我没有收到500 internal error
图片请求。
但现在我有了一个新问题
如果我设置cacheControlMode="UseExpires"
,它将使用httpExpires
作为内容expiratoin,但如果我设置cacheControlMode="UseMaxAge"
,它将使用cacheControlMaxAge
作为内容过期。那么仍然不清楚如何同时设置cacheControlMaxAge
和httpExpires
?有可能吗?