From 3b91a3cac1f9bff2a70e76e81ae6b19aa644565b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:24:22 +0200 Subject: [PATCH] Make it more clear distinct paths --- docs/companion-nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }