nginx 配置禁止缓存HTML文件
摘要:
location / { root /home/work/project; index index.html; # 禁止缓存html if ($request_filename ~* ^.*?.(html|htm)$) { add_header Cache-Control "private, no- 阅读全文
posted @ 2024-01-10 17:01 0x1cc4 阅读(72) 评论(0) 推荐(0)
浙公网安备 33010602011771号