Set the ordering right -h2c over http1.1
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0f94698922
commit
2789ed774a
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue