fix torrent02 web config
This commit is contained in:
parent
b7440e5637
commit
3852f60c12
1 changed files with 3 additions and 1 deletions
|
@ -40,10 +40,12 @@
|
|||
|
||||
{% if ansible_distribution == 'Fedora' and not inventory_hostname.startswith(('proxy01.phx2','proxy10.phx2')) and site_name != 'src.fedoraproject.org' %}
|
||||
Protocols h2 http/1.1
|
||||
{% else %}
|
||||
{% elif ansible_distribution == 'Fedora' %}
|
||||
# For proxy01/10 and src.fedoraproject.org we only do http/1.1 because h2 hits a curl bug downloading sources
|
||||
# For builds with tons of source files like texlive.
|
||||
Protocols http/1.1
|
||||
{% else %}
|
||||
# RHEL7 does not use Protocols
|
||||
{% endif %}
|
||||
|
||||
{% if gzip %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue