From 8c05e1685b7351a287e041401f6ad369c6dc6114 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 13 Jan 2018 10:45:07 +0000 Subject: [PATCH] Extend proxytimeout for admin.fp.o for mirror checkins Signed-off-by: Patrick Uiterwijk --- .../reverseproxy/templates/reversepassproxy.mirrormanager.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf index d2c6dea4e8..9e5341849f 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf @@ -5,6 +5,9 @@ SetEnv proxy-nokeepalive 1 {% 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 %}