mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-29 04:07:02 +00:00
fix: Only disable no-store for msg.html (#1372)
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ server {
|
||||
|
||||
set $cache_control "no-cache";
|
||||
|
||||
if ($request_uri ~ "^/(?:msg\.html)?(?:\?.*)?$") {
|
||||
if ($uri = /msg.html) {
|
||||
set $cache_control "no-store";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user