Enable http/2 on https entrypoint
This commit is contained in:
parent
6fd2e6d452
commit
6c321954ad
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue