Updated redirect to SSL from HTTP

This commit is contained in:
WilliamMiceli
2018-09-23 19:09:40 -04:00
parent 12c98ea7e1
commit 869c709654
2 changed files with 5 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ services:
traefik.frontend.rule: Host:${TRAEFIK_HOST}
traefik.port: "2368"
traefik.frontend.entryPoints: http,https
traefik.frontend.headers.forceSTSHeader: true
traefik.frontend.headers.SSLRedirect: true
traefik.frontend.headers.STSPreload: true
traefik.frontend.headers.STSSeconds: 15552000
traefik.frontend.redirect.entryPoint: https
traefik.frontend.redirect.permanent: true
{{- else}}

View File

@@ -24,6 +24,7 @@ services:
traefik.port: "80"
traefik.frontend.entryPoints: http,https
traefik.frontend.headers.forceSTSHeader: true
traefik.frontend.headers.SSLRedirect: true
traefik.frontend.headers.STSPreload: true
traefik.frontend.headers.STSSeconds: 15552000
traefik.frontend.redirect.entryPoint: https