Skip to content

Commit

Permalink
add domains to tls
Browse files Browse the repository at this point in the history
  • Loading branch information
joschahenningsen committed Mar 9, 2024
1 parent 331dd2e commit f6dcd9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
- "traefik.http.routers.tumsexy.middlewares=webs-redirectscheme"

- "traefik.http.routers.tumsexy-secure.entrypoints=webs"
- "traefik.http.routers.tumsexy-secure.tls.domains[0].main=tum.sexy"
- "traefik.http.routers.tumsexy-secure.tls.domains[0].sans=*.tum.sexy"
- "traefik.http.routers.tumsexy-secure.tls.certresolver=sexyresolver"
- "traefik.http.routers.tumsexy-secure.rule=Host(`tum.sexy`) || HostRegexp(`tum.sexy`, `{subdomain:[a-z0-9\\-]+}.tum.sexy`)"
- "traefik.http.services.tumsexy-secure.loadbalancer.server.port=80"
Expand Down

0 comments on commit f6dcd9e

Please sign in to comment.