diff --git a/files/httpd/h2.conf.j2 b/files/httpd/h2.conf.j2 index 1d1528273a..8aacde89e5 100644 --- a/files/httpd/h2.conf.j2 +++ b/files/httpd/h2.conf.j2 @@ -1,3 +1,3 @@ {% if env == "staging" and ansible_distribution == 'Fedora' %} - Protocols h2 http/1.1 {% if not inventory_hostname.startswith('proxy') %} h2c {% endif %} + Protocols h2 {% if not inventory_hostname.startswith('proxy') %} h2c {% endif %} http/1.1 {% endif %}