Enable http/2 on https entrypoint
This commit is contained in:
parent
6fd2e6d452
commit
6c321954ad
|
@ -8,6 +8,8 @@
|
|||
scheme = "https"
|
||||
[entryPoints.https]
|
||||
address = ":443"
|
||||
[entryPoints.https.http2]
|
||||
maxConcurrentStreams = 250
|
||||
[entryPoints.traefik]
|
||||
address = ":8080"
|
||||
|
||||
|
|
Loading…
Reference in New Issue