update path settings in traefik
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user