fix: Only disable no-store for msg.html (#1372)

This commit is contained in:
Kroese
2026-08-11 15:47:14 +02:00
committed by GitHub
parent c648338a18
commit f7870d1693
+1 -1
View File
@@ -25,7 +25,7 @@ server {
set $cache_control "no-cache";
if ($request_uri ~ "^/(?:msg\.html)?(?:\?.*)?$") {
if ($uri = /msg.html) {
set $cache_control "no-store";
}