Skip to content

Commit

Permalink
Update templates/http/modules.j2
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Fael Garcia <alessfg@hotmail.com>
  • Loading branch information
oxpa and alessfg authored Aug 15, 2023
1 parent ac50e23 commit cd31d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/http/modules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,5 @@ quic_host_key {{ quic['host_key'] }};
{% if quic['retry'] is defined and quic['retry'] is boolean %}
quic_retry {{ quic['retry'] | ternary('on','off') }};
{% endif %}

{% endmacro %}

0 comments on commit cd31d83

Please sign in to comment.