File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 599
599
enable : false
600
600
chunk_size : 8k
601
601
http3 :
602
- enabled : false
602
+ enable : false
603
603
hq : true
604
604
quic :
605
605
active_connection_id_limit : 10
Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ http2_chunk_size {{ http2['chunk_size'] }};
355
355
356
356
{# NGINX HTTP v3 -- ngx_http_v3_module #}
357
357
{% macro http 3(http 3) %}
358
- {% if http 3['enabled ' ] is defined and http 3['enabled ' ] is boolean %}
359
- http3 {{ http3['enabled '] | ternary('on', 'off') }};
358
+ {% if http 3['enable ' ] is defined and http 3['enable ' ] is boolean %}
359
+ http3 {{ http3['enable '] | ternary('on', 'off') }};
360
360
{% endif %}
361
361
{% if http 3['hq' ] is defined and http 3['hq' ] is boolean %}
362
362
http3_hq {{ http3['hq'] | ternary('on', 'off') }};
You can’t perform that action at this time.
0 commit comments