From 0dcdedf829cd9270365d197d2a8fca5051e54922 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Wed, 2 Oct 2024 09:08:01 +0200 Subject: [PATCH] Update min_security middleware --- templates/traefik-files.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/traefik-files.yml.j2 b/templates/traefik-files.yml.j2 index 4c1f158..c046713 100644 --- a/templates/traefik-files.yml.j2 +++ b/templates/traefik-files.yml.j2 @@ -16,10 +16,12 @@ data: {% endif %} - rate-limit - compress +{% if false %} {% if basic_auth|bool %} - basic-auth {% endif %} - authelia +{% endif %} compress: compress: excludedContentTypes: ["text/event-stream"]