From 197eb01eac297e0d335d39ab5e25dfc49c25e2e6 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Fri, 17 Jul 2026 11:09:58 +0200 Subject: [PATCH] removed http redirect in example env not necessary anymore --- env.example | 1 - 1 file changed, 1 deletion(-) diff --git a/env.example b/env.example index 65c214d..d85e248 100644 --- a/env.example +++ b/env.example @@ -6,7 +6,6 @@ TRAEFIK_ENABLED=true TRAEFIK_NETWORK=traefik TRAEFIK_MATCHRULE=Host(`traefik.example.com`) TRAEFIK_ROUTER=traefik_example_com -TRAEFIK_HTTP_MIDDLEWARES=dashboard-whitelist,http-to-https TRAEFIK_HTTPS_MIDDLEWARES=dashboard-whitelist,hsts # Security