From e79cef9c191069eea3d300b0e4882368f19cf974 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 03:07:51 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/traefik.yaml --- Proxy_Containers/traefik/traefik.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Proxy_Containers/traefik/traefik.yaml b/Proxy_Containers/traefik/traefik.yaml index 7206f58..65d244b 100644 --- a/Proxy_Containers/traefik/traefik.yaml +++ b/Proxy_Containers/traefik/traefik.yaml @@ -6,13 +6,12 @@ api: entryPoints: web: address: :80 - #http: - # middlewares: - # - crowdsec-bouncer@file - redirections: - entryPoint: - to: websecure - scheme: https + http: + redirections: + entryPoint: + to: websecure + scheme: https + permanent: true websecure: address: :443