From 9895cd8161102a405211fcf2f7c1c450a85bae57 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 13 Oct 2016 02:16:20 +0200 Subject: basic features are done --- src/daq/s5proxy/sample.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'src/daq/s5proxy/sample.json') diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json index 8086a82..1339fbf 100644 --- a/src/daq/s5proxy/sample.json +++ b/src/daq/s5proxy/sample.json @@ -1,9 +1,13 @@ { - 'listen': ':8443', - 'connect': ':8000', - 'request_header': { - } - 'response_header': { - 'Cache-Control': 'no-cache' + "listen": ":8443", + "connect": "http://emc01.spreadspace.org:8000", + "cert": "fullchain.pem", + "key": "private.key", + "request_header": { + "X-hello": "world", + "X-verr": "stefan" + }, + "response_header": { + "Cache-Control": "no-cache" } } -- cgit v1.2.3