Skip to content

Commit 3b91a3c

Browse files
authored
Make it more clear distinct paths
1 parent eafb7fe commit 3b91a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/companion-nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ server {
3333
}
3434
3535
# Invidious companion service (multiple paths, same backend)
36-
location ~ ^/(latest_version|videoplayback|api/(v1/captions|manifest/dash/id))/ {
36+
location ~ ^/(latest_version|videoplayback|api/v1/captions|api/v1/manifest/dash/id)/ {
3737
proxy_pass http://127.0.0.1:8282;
3838
}
3939
}

0 commit comments

Comments
 (0)