Make it more clear distinct paths

This commit is contained in:
Émilien (perso) 2025-09-02 16:24:22 +02:00 committed by GitHub
parent eafb7fe65f
commit 3b91a3cac1
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) # 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; proxy_pass http://127.0.0.1:8282;
} }
} }