Extend proxytimeout for admin.fp.o for mirror checkins
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
749cdd2b3f
commit
8c05e1685b
1 changed files with 3 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue