Fix path for api manifest in nginx companion

This commit is contained in:
Émilien (perso) 2025-09-07 16:33:04 +02:00 committed by GitHub
parent 3b91a3cac1
commit db98664a22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}