diff options
Diffstat (limited to 'src/daq/s5proxy/sample.json')
-rw-r--r-- | src/daq/s5proxy/sample.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json index 5200bca..0851e7e 100644 --- a/src/daq/s5proxy/sample.json +++ b/src/daq/s5proxy/sample.json @@ -30,7 +30,7 @@ { "op": "add", "header": "Cache-Control", "value": "max-age=0" }, { "op": "time", "header": "Expires", "value": "-1s" } ], - "locations": { + "backends": { "/hls/": { "connect": "http://nginx-streamer-emc-01:8000" }, "/dash/": { "connect": "http://nginx-streamer-emc-01:8000" } }, |