forked from Ivasoft/traefik
Allow HTTP/2 max concurrent stream configuration
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
trustedIPs = ["foobar", "foobar"]
|
||||
[entryPoints.EntryPoint0.udp]
|
||||
timeout = 42
|
||||
[entryPoints.EntryPoint0.http2]
|
||||
maxConcurrentStreams = 42
|
||||
[entryPoints.EntryPoint0.http3]
|
||||
advertisedPort = 42
|
||||
[entryPoints.EntryPoint0.http]
|
||||
|
||||
Reference in New Issue
Block a user