Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.koji.conf
Patrick Uiterwijk 180bd2ee6e Move koji to mod_proxy_balancer
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2019-05-22 08:53:46 +02:00

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 %}