From 4237ba09e98cb027fcedb4a7c60244edcbfe3fe7 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Sat, 6 Oct 2018 10:43:40 -0400 Subject: [PATCH] Trying to get mixed content issues fixed --- templates/InvoiceNinja-TraefikFix/0/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml b/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml index 73a79ca..7d169c7 100644 --- a/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml +++ b/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml @@ -77,7 +77,8 @@ services: traefik.frontend.rule: Host:${TRAEFIK_HOST} traefik.port: "80" traefik.frontend.entryPoints: http,https - traefik.frontend.headers.SSLRedirect: true + traefik.frontend.headers.forceSTSHeader: true + traefik.frontend.headers.SSLRedirect: false traefik.frontend.passHostHeader: true {{- else}} traefik.enable: false