We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafb7fe commit 3b91a3cCopy full SHA for 3b91a3c
docs/companion-nginx.md
@@ -33,7 +33,7 @@ server {
33
}
34
35
# Invidious companion service (multiple paths, same backend)
36
- location ~ ^/(latest_version|videoplayback|api/(v1/captions|manifest/dash/id))/ {
+ location ~ ^/(latest_version|videoplayback|api/v1/captions|api/v1/manifest/dash/id)/ {
37
proxy_pass http://127.0.0.1:8282;
38
39
0 commit comments