Extend proxytimeout for admin.fp.o for mirror checkins

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-01-13 10:45:07 +00:00
parent 749cdd2b3f
commit 8c05e1685b

View file

@ -5,6 +5,9 @@ SetEnv proxy-nokeepalive 1
</Location>
{% if env != "staging" %}
# Checkins are slowish, unfortunately this needs to be on the Server Config level
ProxyTimeout 180
ProxyPass "/mirrormanager/xmlrpc" "http://mm-frontend-checkin01/mirrormanager/xmlrpc"
ProxyPassReverse "/mirrormanager/xmlrpc" "http://mm-frontend-checkin01/mirrormanager/xmlrpc"
{% endif %}