From 1d81d1150e901573537fa6ffdfc85ce3abb2a526 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Sat, 6 Oct 2018 15:05:57 -0400 Subject: [PATCH] Testing --- templates/InvoiceNinja-TraefikFix/0/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml b/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml index 531f361..ea11228 100644 --- a/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml +++ b/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml @@ -76,7 +76,6 @@ services: traefik.frontend.rule: Host:${TRAEFIK_HOST} traefik.frontend.entryPoints: http,https 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"