Skip to content

Commit

Permalink
scripts/livepeer-nginx: add broadcaster port forwards
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Oct 2, 2023
1 parent 6f0f778 commit bd4cfef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/livepeer-nginx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit bd4cfef

Please sign in to comment.