update path settings in traefik

This commit is contained in:
2025-07-16 19:26:02 +02:00
parent 0cc41a8f13
commit 6650a7e3b5

View File

@@ -13,7 +13,7 @@ services:
- traefik.enable=true - traefik.enable=true
# Route: https://b.mindboost.team/media (optionally with /anything/after/that) # Route: https://b.mindboost.team/media (optionally with /anything/after/that)
- traefik.http.routers.media.rule=Host(`b.mindboost.team`) && Path(`/{file:.*\\.(mp3|aac|m4a|ogg|opus|flac|wav)}`) - traefik.http.routers.media.rule=Host(`b.mindboost.team`) && Path(`/{path:.*\\.(mp3|aac|m4a|ogg|opus|flac|wav)$}`)
# TLS via the proxys “websecure” entrypoint # TLS via the proxys “websecure” entrypoint
- traefik.http.routers.media.entrypoints=websecure - traefik.http.routers.media.entrypoints=websecure