📜  缓存静态 html css js 图像 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:39.304000             🧑  作者: Mango

代码示例1
# cache images/pdf docs for 1 week

  Header set Cache-Control "max-age=604800, public, must-revalidate"
  Header unset Last-Modified


# cache html/htm/xml/txt diles for 2 days

  Header set Cache-Control "max-age=172800, must-revalidate"