summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/daq/s5proxy/sample.json')
-rw-r--r--src/daq/s5proxy/sample.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json
index 92737fa..65dc768 100644
--- a/src/daq/s5proxy/sample.json
+++ b/src/daq/s5proxy/sample.json
@@ -9,6 +9,8 @@
"response_header": [
{ "op": "set", "header": "Cache-Control", "value": "no-cache" },
{ "op": "add", "header": "Cache-Control", "value": "no-store" },
- { "op": "add", "header": "Cache-Control", "value": "must-revalidate" }
+ { "op": "add", "header": "Cache-Control", "value": "must-revalidate" },
+ { "op": "add", "header": "Cache-Control", "value": "max-age=0" },
+ { "op": "time", "header": "Expires", "value": "-1s" }
]
}