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.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" },