mirror of
https://github.com/iv-org/documentation.git
synced 2025-11-23 01:01:57 -05:00
Make it more clear distinct paths
This commit is contained in:
parent
eafb7fe65f
commit
3b91a3cac1
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|manifest/dash/id))/ {
|
||||
location ~ ^/(latest_version|videoplayback|api/v1/captions|api/v1/manifest/dash/id)/ {
|
||||
proxy_pass http://127.0.0.1:8282;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue