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 3b91a3c commit db98664Copy full SHA for db98664
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|api/v1/manifest/dash/id)/ {
+ location ~ ^/(latest_version|videoplayback|api/v1/captions|api/manifest/dash/id)/ {
37
proxy_pass http://127.0.0.1:8282;
38
39
0 commit comments