From a6d9f2d6362b657aab31e9e15573b5da1af9867f Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 7 Jul 2023 12:57:22 +0200 Subject: [PATCH] fix: semicolons encoding by traefik --- bootstrap/helpers/proxy.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap/helpers/proxy.php b/bootstrap/helpers/proxy.php index 0a3865bdb..10ecc10d8 100644 --- a/bootstrap/helpers/proxy.php +++ b/bootstrap/helpers/proxy.php @@ -56,6 +56,8 @@ function getProxyConfiguration(Server $server) "--api.insecure=true", "--entrypoints.http.address=:80", "--entrypoints.https.address=:443", + "--entrypoints.http.http.encodequerysemicolons=true", + "--entrypoints.https.http.encodequerysemicolons=true", "--providers.docker=true", "--providers.docker.exposedbydefault=false", "--providers.file.directory=/traefik/dynamic/",