Enable http/2 on https entrypoint

This commit is contained in:
Kienan Stewart 2022-09-11 19:35:56 -04:00
parent 6fd2e6d452
commit 6c321954ad
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
scheme = "https" scheme = "https"
[entryPoints.https] [entryPoints.https]
address = ":443" address = ":443"
[entryPoints.https.http2]
maxConcurrentStreams = 250
[entryPoints.traefik] [entryPoints.traefik]
address = ":8080" address = ":8080"