1
0
angie-conv-image/angie/conf.dist/http3/param.conf.j2
2024-09-17 14:11:00 +03:00

9 lines
304 B
Django/Jinja

http3_max_concurrent_streams 128; #default
http3_stream_buffer_size 64k; #default
quic_active_connection_id_limit 3;
{%- if env.NGX_HTTP_NO_PROXY == '0' %}
proxy_http3_max_concurrent_streams 128; #default
proxy_http3_stream_buffer_size 64k; #default
proxy_quic_active_connection_id_limit 3;
{%- endif %}