summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-10-13 02:16:20 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-10-13 02:16:20 +0200
commit9895cd8161102a405211fcf2f7c1c450a85bae57 (patch)
treea0bfd84bacec8fc4abc0948833694bf8a660c3ca /src/daq/s5proxy/sample.json
parentinital checking for s5proxy (diff)
basic features are done
Diffstat (limited to 'src/daq/s5proxy/sample.json')
-rw-r--r--src/daq/s5proxy/sample.json16
1 files changed, 10 insertions, 6 deletions
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"
}
}