mirror of
https://github.com/iv-org/documentation.git
synced 2025-11-24 01:24:11 -05:00
chore: add captions endpoint + rework nginx config
This commit is contained in:
parent
baf62898f3
commit
eafb7fe65f
4 changed files with 30 additions and 42 deletions
|
|
@ -66,6 +66,8 @@ To make the VirtualHost config below actually work, you should as well:
|
|||
ProxyPassReverse /latest_version http://127.0.0.1:8282/
|
||||
ProxyPass /api/manifest/dash/id/ http://127.0.0.1:8282/ nocanon
|
||||
ProxyPassReverse /api/manifest/dash/id/ http://127.0.0.1:8282/
|
||||
ProxyPass /api/v1/captions/ http://127.0.0.1:8282/ nocanon
|
||||
ProxyPassReverse /api/v1/captions/ http://127.0.0.1:8282/
|
||||
ProxyPass /videoplayback http://127.0.0.1:8282/ nocanon
|
||||
ProxyPassReverse /videoplayback http://127.0.0.1:8282/
|
||||
ProxyPreserveHost On
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue