summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-10-15 00:17:41 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-10-15 00:17:41 +0200
commit9b8e6383465471830e71b52c6183a4a6bee65dc9 (patch)
tree60d81070cd61ec66cb644d1a84f9980b78afbd43 /src/daq/s5proxy/sample.json
parentupdate changelog for release (diff)
added time operation to s5proxy
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" }
]
}