mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
ProxyPreserveHost On
|
|
|
|
# This needs to be massive due to koji's completeBuild with texlive (https://pagure.io/koji/issue/259)
|
|
ProxyTimeout 10800
|
|
TimeOut 10800
|
|
|
|
{% if 'phx2' in inventory_hostname %}
|
|
{% include "reversepassproxy.conf" %}
|
|
{% else %}
|
|
Redirect 421 /
|
|
{% endif %}
|