Skip to content

Commit db98664

Browse files
authored
Fix path for api manifest in nginx companion
1 parent 3b91a3c commit db98664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/companion-nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ server {
3333
}
3434
3535
# Invidious companion service (multiple paths, same backend)
36-
location ~ ^/(latest_version|videoplayback|api/v1/captions|api/v1/manifest/dash/id)/ {
36+
location ~ ^/(latest_version|videoplayback|api/v1/captions|api/manifest/dash/id)/ {
3737
proxy_pass http://127.0.0.1:8282;
3838
}
3939
}

0 commit comments

Comments
 (0)