From db98664a2220998ea38e42b1c2421c5d8eab5688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Sun, 7 Sep 2025 16:33:04 +0200 Subject: [PATCH] Fix path for api manifest in nginx companion --- 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 d3a8889..7067a4d 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|api/v1/manifest/dash/id)/ { + location ~ ^/(latest_version|videoplayback|api/v1/captions|api/manifest/dash/id)/ { proxy_pass http://127.0.0.1:8282; } }