ansible/files/httpd/h2.conf.j2
Patrick Uiterwijk 2789ed774a Set the ordering right -h2c over http1.1
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-11-21 21:18:51 +00:00

3 lines
167 B
Django/Jinja

{% if env == "staging" and ansible_distribution == 'Fedora' %}
Protocols h2 {% if not inventory_hostname.startswith('proxy') %} h2c {% endif %} http/1.1
{% endif %}