• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

0x1cc4

Youth means limitless possibilities. 年轻就是无限的可能。
  • 订阅
  • 管理

公告

View Post

nginx 配置禁止缓存HTML文件


location / {
	root   /home/work/project;
	index  index.html;
	# 禁止缓存html
	if ($request_filename ~* ^.*?.(html|htm)$) {
		add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate";
	}
}

本文来自博客园,作者:0x1cc4,转载请注明原文链接:https://www.cnblogs.com/0x1cc4/p/17956871

posted on 2024-01-10 17:01  0x1cc4  阅读(72)  评论(0)    收藏  举报

刷新页面返回顶部
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3