1
0
angie-conv-image/angie/conf.dist/http3/param.conf.j2

9 lines
304 B
Plaintext
Raw Normal View History

2024-07-31 14:04:15 +03:00
http3_max_concurrent_streams 128; #default
http3_stream_buffer_size 64k; #default
quic_active_connection_id_limit 3;
2024-08-01 08:40:17 +03:00
{%- if env.NGX_HTTP_NO_PROXY == '0' %}
2024-07-31 14:04:15 +03:00
proxy_http3_max_concurrent_streams 128; #default
proxy_http3_stream_buffer_size 64k; #default
2024-08-01 08:40:17 +03:00
proxy_quic_active_connection_id_limit 3;
{%- endif %}