我在 Joomla 中有一个网站,有些页面可以缓存一段时间。
我在 HTML 中看到元标记:
<meta http-equiv="expires" content="Fri, 29 Jun 2012 11:24:54 GMT" />
<meta http-equiv="cache-control" content="public" />
但我的 CDN 只支持 HTTP 标头缓存。
Expires: Fri, 29 Jun 2012 11:24:54 GMT
如何告诉 Joomla 使用 HTTP 标头而不是响应正文中的元标记进行缓存?