Testing over port 443

This commit is contained in:
WilliamMiceli
2018-12-07 21:17:21 -05:00
parent b561066946
commit 8f3daa003f

View File

@@ -34,7 +34,7 @@ services:
traefik.frontend.headers.SSLRedirect: true traefik.frontend.headers.SSLRedirect: true
traefik.frontend.headers.STSPreload: true traefik.frontend.headers.STSPreload: true
traefik.frontend.headers.STSSeconds: 15552000 traefik.frontend.headers.STSSeconds: 15552000
traefik.port: "80" traefik.port: "443"
{{- else}} {{- else}}
traefik.enable: false traefik.enable: false
{{- end}} {{- end}}