From e1259801d85177b608c19437234568646f7d1be9 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 29 Nov 2021 12:13:12 +0100 Subject: [PATCH] fix indentation --- src/templates/vhost-http.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/vhost-http.twig b/src/templates/vhost-http.twig index 4c996e0..f86fe34 100644 --- a/src/templates/vhost-http.twig +++ b/src/templates/vhost-http.twig @@ -32,7 +32,7 @@ {% if MOD_HTTP2 is not empty %} - Protocols h2 http/1.1 + Protocols h2 http/1.1 {% endif %} {% block extra %}{% endblock extra %}