Skip to content

Commit

Permalink
Remove Explicit www TLS domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnicegyu11 committed Dec 6, 2024
1 parent 2292704 commit ed4a39a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions services/traefik/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ services:
- traefik.http.routers.www-catchall.tls=true
- traefik.http.routers.www-catchall.middlewares=strip-www
# Explicit www domain certificate
- traefik.http.routers.www-catchall.tls.domains[0].main=www.${MACHINE_FQDN} # Shouldnt this be all domains?>>
###########################
# basic authentication
# Note: all dollar signs in the hash need to be doubled for escaping.
Expand Down

0 comments on commit ed4a39a

Please sign in to comment.