Skip to content

Commit

Permalink
made sure that cal.tum.sexy is not routed to tum.sexy
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Oct 9, 2024
1 parent 4d50f18 commit 7372caf
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 @@ -13,7 +13,7 @@ services:
- "traefik.http.routers.tumsexy.tls.domains[0].main=tum.sexy"
- "traefik.http.routers.tumsexy.tls.domains[0].sans=*.tum.sexy"
- "traefik.http.routers.tumsexy.tls.certresolver=sexyresolver"
- "traefik.http.routers.tumsexy.rule=Host(`tum.sexy`) || HostRegexp(`tum.sexy`, `{subdomain:[a-z0-9\\-]+}.tum.sexy`)"
- "traefik.http.routers.tumsexy.rule=(Host(`tum.sexy`) || HostRegexp(`tum.sexy`, `{subdomain:[a-z0-9\\-]+}.tum.sexy`)) && !Host(`cal.tum.sexy`)"
- "traefik.http.services.tumsexy.loadbalancer.server.port=80"
healthcheck:
test: wget -q --spider http://localhost:80/img/pin-material.svg
Expand Down

0 comments on commit 7372caf

Please sign in to comment.