diff --git a/docs/companion-nginx.md b/docs/companion-nginx.md index ec3c21c..d3a8889 100644 --- a/docs/companion-nginx.md +++ b/docs/companion-nginx.md @@ -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; } }