From 68851f20f3a55c7e35119df4bb467be5dbba7f66 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Sat, 6 Oct 2018 11:25:34 -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 2281c3d..bed599c 100644 --- a/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml +++ b/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml @@ -76,7 +76,7 @@ services: traefik.frontend.rule: Host:${TRAEFIK_HOST} traefik.frontend.auth.forward.trustForwardHeader: true traefik.frontend.entryPoints: http,https - traefik.frontend.headers.forceSTSHeader: false + traefik.frontend.headers.forceSTSHeader: true traefik.frontend.headers.SSLRedirect: false traefik.frontend.passHostHeader: true traefik.port: "80"