From cd31d834fe34de8fbc0691013a85ef838deda304 Mon Sep 17 00:00:00 2001 From: A compound of Fe and O Date: Tue, 15 Aug 2023 13:12:24 +0100 Subject: [PATCH] Update templates/http/modules.j2 Co-authored-by: Alessandro Fael Garcia --- templates/http/modules.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/http/modules.j2 b/templates/http/modules.j2 index a4c1b910..65cf3cd7 100644 --- a/templates/http/modules.j2 +++ b/templates/http/modules.j2 @@ -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 %}