Skip to content

Commit

Permalink
Revert "changed the way valhalla is matched"
Browse files Browse the repository at this point in the history
This reverts commit dfc6d46.
  • Loading branch information
CommanderStorm committed Oct 21, 2024
1 parent 60ba6c1 commit 8acb364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.navigatum-valhalla.entrypoints=webs"
- "traefik.http.routers.navigatum-valhalla.tls.certresolver=leacme"
- "traefik.http.routers.navigatum-valhalla.rule=Host(`nav.tum.de`) && (Path(`/valhalla`) || Path(`/valhalla/status`))"
- "traefik.http.routers.navigatum-valhalla.rule=Host(`nav.tum.de`) && PathPrefix(`/valhalla`)"
- "traefik.http.routers.navigatum-valhalla.middlewares=navigatum-valhalla-stripprefix@docker"
- "traefik.http.middlewares.navigatum-valhalla-stripprefix.stripprefix.prefixes=/valhalla"
- "traefik.http.services.navigatum-valhalla.loadbalancer.server.port=8002"
Expand Down

0 comments on commit 8acb364

Please sign in to comment.