From cdf8a02ebae501eb0d04a662ca130e3286a1d99f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 15 Feb 2018 23:50:34 +0100 Subject: add support for multiple backends in config --- src/daq/s5proxy/sample.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/daq/s5proxy/sample.json') diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json index 664bda4..5200bca 100644 --- a/src/daq/s5proxy/sample.json +++ b/src/daq/s5proxy/sample.json @@ -19,7 +19,7 @@ "secp256r1" ] }, - "connect": "http://emc01.spreadspace.org:8000", + "connect": "http://flumotion-worker-emc-01:8000", "request_header": [ { "op": "del", "header": "X-Forwarded-For" } ], @@ -30,6 +30,10 @@ { "op": "add", "header": "Cache-Control", "value": "max-age=0" }, { "op": "time", "header": "Expires", "value": "-1s" } ], + "locations": { + "/hls/": { "connect": "http://nginx-streamer-emc-01:8000" }, + "/dash/": { "connect": "http://nginx-streamer-emc-01:8000" } + }, "sfive": { "socket": "../../hub/test/pipegram", "hostname": "public1", -- cgit v1.2.3