Set the ordering right -h2c over http1.1

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-11-21 21:18:51 +00:00
parent 0f94698922
commit 2789ed774a

View file

@ -1,3 +1,3 @@
{% if env == "staging" and ansible_distribution == 'Fedora' %} {% 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 %} {% endif %}