Skip to content

Commit

Permalink
fix: make config compatible with Traefik v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Oct 11, 2024
1 parent 25357d7 commit 8c4e676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/geokrety_srtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
traefik.protocol: "http"
traefik.port: 5000
# traefik2
traefik.http.routers.geokrety-geo.rule: "Host(`geo.geokrety.org`,`geo.kumy.org`)"
traefik.http.routers.geokrety-geo.rule: "Host(`geo.geokrety.org`) || Host(`geo.kumy.org`)"
traefik.http.routers.geokrety-geo.priority: 5
traefik.http.routers.geokrety-geo.middlewares: "X-Forwarded-Https@file"
traefik.http.services.geokrety-geo.loadbalancer.passhostheader: "true"
Expand Down

0 comments on commit 8c4e676

Please sign in to comment.