diff --git a/scripts/livepeer-nginx b/scripts/livepeer-nginx index e141502e1..a71d92c0c 100755 --- a/scripts/livepeer-nginx +++ b/scripts/livepeer-nginx @@ -104,6 +104,14 @@ http { proxy_pass http://127.0.0.1:9000; } + location /stream/ { + proxy_pass http://127.0.0.1:8935; + } + + location /live/ { + proxy_pass http://127.0.0.1:8935; + } + location / { proxy_pass http://127.0.0.1:3004; }