This commit is contained in:
WilliamMiceli
2019-01-13 18:42:58 -05:00
parent 929a739c20
commit 20746425b3

View File

@@ -24,7 +24,7 @@ services:
traefik.web.frontend.headers.SSLRedirect: true
traefik.web.frontend.headers.STSPreload: true
traefik.web.frontend.headers.STSSeconds: 15552000
traefik.web.frontend.rule: "HostRegexp: ${TRAEFIK_HOST}, {subdomain:.+}.${TRAEFIK_HOST}"
traefik.web.frontend.rule: "Host:${TRAEFIK_HOST}" # HostRegexp:${TRAEFIK_HOST},{subdomain:.+}.
traefik.web.port: "8080"
### End Web Segment
links: