Make weather work again for alo.land

This commit is contained in:
2025-04-27 15:15:45 +01:00
parent 0098b66de3
commit 1ca167d135

View File

@@ -67,7 +67,8 @@ job "weewx" {
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.weather.entryPoints=websecure,web4proxy", "traefik.http.routers.weather.entryPoints=websecure,web4proxy",
"traefik.http.routers.weather.rule=Host(`weewx.v.paler.net`) || (Host(`alo.land`) && PathPrefix(`/weather/`))", "traefik.http.routers.weather.rule=Host(`weewx.v.paler.net`) || (Host(`alo.land`) && PathPrefix(`/weather`))",
"traefik.http.routers.weather.priority=300", # to override the longer rule for wordpress
] ]
check { check {