From 6c321954ad531f05a53f08d47585eeb8e6f516aa Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 11 Sep 2022 19:35:56 -0400 Subject: [PATCH] Enable http/2 on https entrypoint --- traefik.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/traefik.toml b/traefik.toml index 3f6dd3d..4bf28e3 100644 --- a/traefik.toml +++ b/traefik.toml @@ -8,6 +8,8 @@ scheme = "https" [entryPoints.https] address = ":443" + [entryPoints.https.http2] + maxConcurrentStreams = 250 [entryPoints.traefik] address = ":8080"