From 4d88638d4d9d53fe6b9ab95c47fe9961a7942ad7 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 22 Feb 2024 12:00:16 +0100 Subject: [PATCH] Update proxy configuration in bootstrap/helpers/proxy.php --- bootstrap/helpers/proxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/helpers/proxy.php b/bootstrap/helpers/proxy.php index 0701f13b2..1bc1bdc28 100644 --- a/bootstrap/helpers/proxy.php +++ b/bootstrap/helpers/proxy.php @@ -140,8 +140,8 @@ function generate_default_proxy_configuration(Server $server) "--entrypoints.http.address=:80", "--entrypoints.https.address=:443", "--entrypoints.http.http.encodequerysemicolons=true", - "--entrypoints.https.http.encodequerysemicolons=true", "--entryPoints.http.http2.maxConcurrentStreams=50", + "--entrypoints.https.http.encodequerysemicolons=true", "--entryPoints.https.http2.maxConcurrentStreams=50", "--providers.docker.exposedbydefault=false", "--providers.file.directory=/traefik/dynamic/",