/
githubmirror
/
traefik
Обзор
Документация
Войти
/
githubmirror
/
traefik
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
integration/fixtures/https/max_concurrent_stream.toml
28 строк
497 B
Romain
Add HTTP/2 maxConcurrentStream parameter test
27 май 2025, 10:34
Не верифицирован
27 май 2025, 10:34
23c7c78
Код
Авторство
О чём код?
[global] checkNewVersion = false sendAnonymousUsage = false [log] level = "DEBUG" [serversTransport] insecureSkipVerify=true [entryPoints] [entryPoints.web] address = ":8000" [entryPoints.web.http2] maxConcurrentStreams = 42 [api] insecure = true [providers.file] filename = "{{ .SelfFilename }}" ## dynamic configuration ## [tls.stores] [tls.stores.default.defaultCertificate] certFile = "resources/tls/local.cert" keyFile = "resources/tls/local.key"