From f7248732b8a049cb24449b14868c14320b7d0b22 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 9 Dec 2025 17:12:02 +0100 Subject: [PATCH] feat: add allowEncodedSlash --- templates/traefik/config.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/traefik/config.yml.j2 b/templates/traefik/config.yml.j2 index 3a7a367..80a12e1 100644 --- a/templates/traefik/config.yml.j2 +++ b/templates/traefik/config.yml.j2 @@ -8,6 +8,9 @@ entryPoints: scheme: https websecure: address: ":443" + http: + encodedCharacters: + allowEncodedSlash: true transport: respondingTimeouts: readTimeout: 0