From 3376cddd32ab285550018fe5ded10d7c7eedfbce Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 31 May 2018 00:37:20 +0200 Subject: [PATCH] Turns out that fedora-alt needs even more than 3 minutes... jeez Signed-off-by: Patrick Uiterwijk --- .../reverseproxy/templates/reversepassproxy.mirrormanager.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf index 9e5341849f..c34fb560d7 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf @@ -6,7 +6,7 @@ SetEnv proxy-nokeepalive 1 {% if env != "staging" %} # Checkins are slowish, unfortunately this needs to be on the Server Config level -ProxyTimeout 180 +ProxyTimeout 600 ProxyPass "/mirrormanager/xmlrpc" "http://mm-frontend-checkin01/mirrormanager/xmlrpc" ProxyPassReverse "/mirrormanager/xmlrpc" "http://mm-frontend-checkin01/mirrormanager/xmlrpc"