From 417f38ca3cb7bb38acc1eea603df694e0ed89a2c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 13 Oct 2016 18:55:22 +0200 Subject: some fixes in new config file format --- src/daq/s5proxy/sample.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/daq/s5proxy/sample.json') 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" }, -- cgit v1.2.3