mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 21:45:39 +08:00
13 lines
352 B
Plaintext
13 lines
352 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 %}
|
|
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
|
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
|
{% else %}
|
|
Redirect 421 /
|
|
{% endif %}
|