summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-10-13 18:55:22 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-10-13 18:55:22 +0200
commit417f38ca3cb7bb38acc1eea603df694e0ed89a2c (patch)
tree135007c345c9552c8bc248fa70a751e1a99a9940 /src/daq/s5proxy/sample.json
parentmake header operations more flexible... needs testing (diff)
some fixes in new config file format
Diffstat (limited to 'src/daq/s5proxy/sample.json')
-rw-r--r--src/daq/s5proxy/sample.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json
index 7f5ac66..92737fa 100644
--- a/src/daq/s5proxy/sample.json
+++ b/src/daq/s5proxy/sample.json
@@ -3,10 +3,9 @@
"connect": "http://emc01.spreadspace.org:8000",
"cert": "fullchain.pem",
"key": "private.key",
- "request_header": {
- "X-hello": "world",
- "X-verr": "stefan"
- },
+ "request_header": [
+ { "op": "del", "header": "X-Forwarded-For" }
+ ],
"response_header": [
{ "op": "set", "header": "Cache-Control", "value": "no-cache" },
{ "op": "add", "header": "Cache-Control", "value": "no-store" },