initial commit
This commit is contained in:
9
angie/conf/http3/param.conf.j2
Normal file
9
angie/conf/http3/param.conf.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
http3_max_concurrent_streams 128; #default
|
||||
http3_stream_buffer_size 64k; #default
|
||||
quic_active_connection_id_limit 3;
|
||||
|
||||
{%- if env.NGX_HTTP_PROXY == '1' %}
|
||||
proxy_http3_max_concurrent_streams 128; #default
|
||||
proxy_http3_stream_buffer_size 64k; #default
|
||||
proxy_quic_active_connection_id_limit 3;
|
||||
{%- endif %}
|
Reference in New Issue
Block a user