Skip to content

Commit b32826d

Browse files
committed
scripts/livepeer-nginx: add broadcaster port forwards
1 parent bdc61cd commit b32826d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/livepeer-nginx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ http {
104104
proxy_pass http://127.0.0.1:9000;
105105
}
106106
107+
location /stream/ {
108+
proxy_pass http://127.0.0.1:8935;
109+
}
110+
111+
location /live/ {
112+
proxy_pass http://127.0.0.1:8935;
113+
}
114+
107115
location / {
108116
proxy_pass http://127.0.0.1:3004;
109117
}

0 commit comments

Comments
 (0)