Skip to content

Commit ed4a39a

Browse files
committed
Remove Explicit www TLS domain
1 parent 2292704 commit ed4a39a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

services/traefik/docker-compose.yml.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ services:
103103
- traefik.http.routers.www-catchall.tls=true
104104
- traefik.http.routers.www-catchall.middlewares=strip-www
105105
106-
# Explicit www domain certificate
107-
- traefik.http.routers.www-catchall.tls.domains[0].main=www.${MACHINE_FQDN} # Shouldnt this be all domains?>>
108-
109106
###########################
110107
# basic authentication
111108
# Note: all dollar signs in the hash need to be doubled for escaping.

0 commit comments

Comments
 (0)