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/",