mirror of
https://github.com/iv-org/documentation.git
synced 2025-11-23 01:01:57 -05:00
Fix path for api manifest in nginx companion
This commit is contained in:
parent
3b91a3cac1
commit
db98664a22
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ server {
|
|||
}
|
||||
|
||||
# Invidious companion service (multiple paths, same backend)
|
||||
location ~ ^/(latest_version|videoplayback|api/v1/captions|api/v1/manifest/dash/id)/ {
|
||||
location ~ ^/(latest_version|videoplayback|api/v1/captions|api/manifest/dash/id)/ {
|
||||
proxy_pass http://127.0.0.1:8282;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue