热门

最新

红包

立Flag

投票

同城

我的

发布
qq_67665683
达拉崩吧19
3 年前
trueqq_67665683

这是什么玩意江湖救急,人间疾苦,仿佛看见挂科在朝我招手

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
Nginx配置不缓存index.html。 location / { root /mnt/dat1/test/tes-app; index index.html index.htm; try_files $uri $uri/ /index.html; #### kill cache add_header Last-Modified $date_gmt; add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0'; if_modified_since off; expires off; etag off; } location ~* ^.+\.(jpg|jpeg|gif|png|ico|css|js)$ { root /mnt/dat1/test/tes-app; access_log off; expires 30d; }
立即登录