Trying to get mixed content issues fixed

This commit is contained in:
WilliamMiceli
2018-10-06 10:43:40 -04:00
parent 99e09da641
commit 4237ba09e9

View File

@@ -77,7 +77,8 @@ services:
traefik.frontend.rule: Host:${TRAEFIK_HOST} traefik.frontend.rule: Host:${TRAEFIK_HOST}
traefik.port: "80" traefik.port: "80"
traefik.frontend.entryPoints: http,https traefik.frontend.entryPoints: http,https
traefik.frontend.headers.SSLRedirect: true traefik.frontend.headers.forceSTSHeader: true
traefik.frontend.headers.SSLRedirect: false
traefik.frontend.passHostHeader: true traefik.frontend.passHostHeader: true
{{- else}} {{- else}}
traefik.enable: false traefik.enable: false