Make weather work again for alo.land
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user