fix indentation

This commit is contained in:
Simon Vieille 2021-11-29 12:13:12 +01:00
parent eb985ce551
commit e1259801d8

View file

@ -32,7 +32,7 @@
{% if MOD_HTTP2 is not empty %} {% if MOD_HTTP2 is not empty %}
<IfModule {{ MOD_HTTP2 }}> <IfModule {{ MOD_HTTP2 }}>
Protocols h2 http/1.1 Protocols h2 http/1.1
</IfModule> </IfModule>
{% endif %} {% endif %}
{% block extra %}{% endblock extra %} {% block extra %}{% endblock extra %}