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