优化block、404等状态的缓存策略,尽可能减少回源请求

This commit is contained in:
MarSeventh
2024-12-13 14:31:03 +08:00
parent e0c57a6c12
commit 5a5ddfe96e
+7 -1
View File
@@ -49,7 +49,7 @@
Add Features:
- 优化blockimg、whitelistmode、404等返回状态的缓存策略,尽可能减少回源请求
- 优化blockimg、whitelistmode、404等返回状态的缓存策略,尽可能减少回源请求(参考文档`3.1.3.9管理端删除、拉黑等操作优化`进行设置)
## 2024.12.12
@@ -58,6 +58,12 @@ Add Features:
- 后端支持上传失败自动切换其他渠道重试
- 优化404、blockimg、whitelistmode等返回状态的显示样式
## 2024.12.11
Add Features:
- 进行删除、加入白名单、加入黑名单等操作时,自动清除CF CDN缓存,避免延迟生效(参考文档`3.1.3.9管理端删除、拉黑等操作优化`进行设置)
</details>
# 1.Introduction