summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-15 23:50:34 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-15 23:50:34 +0100
commitcdf8a02ebae501eb0d04a662ca130e3286a1d99f (patch)
tree20b4c4acd821b606b01e12613a369ceee398aaa4 /src/daq/s5proxy/sample.json
parentmake sfive stats more flexible (diff)
add support for multiple backends in config
Diffstat (limited to 'src/daq/s5proxy/sample.json')
-rw-r--r--src/daq/s5proxy/sample.json6
1 files changed, 5 insertions, 1 deletions
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",