From b541002ad583fd36070e6e9159d55f65b3290438 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Sat, 6 Oct 2018 14:58:01 -0400 Subject: [PATCH] Testing --- templates/InvoiceNinja-TraefikFix/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml b/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml index 2b434a5..531f361 100644 --- a/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml +++ b/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml @@ -75,8 +75,8 @@ services: traefik.enable: true traefik.frontend.rule: Host:${TRAEFIK_HOST} traefik.frontend.entryPoints: http,https - traefik.frontend.headers.browserXSSFilter: false traefik.frontend.headers.forceSTSHeader: false + traefik.frontend.headers.SSLProxyHeaders: "X-Forwarded-Proto:https" traefik.frontend.headers.SSLRedirect: false traefik.frontend.passHostHeader: true traefik.port: "80"