diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 13ed75dcd1..314e51b1bd 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -364,7 +364,7 @@ listen modernpaste 0.0.0.0:10055 listen koji 0.0.0.0:10056 # This needs to be massive due to koji's completeBuild with texlive (https://pagure.io/koji/issue/259) - timeout server 2h + timeout server 3h balance hdr(appserver) server koji01 koji01:80 check inter 10s rise 1 fall 2 option httpchk GET / diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.koji.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.koji.conf index 0458c8a4b0..9fc975a753 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.koji.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.koji.conf @@ -1,8 +1,8 @@ ProxyPreserveHost On # This needs to be massive due to koji's completeBuild with texlive (https://pagure.io/koji/issue/259) -ProxyTimeout 7200 -TimeOut 7200 +ProxyTimeout 10800 +TimeOut 10800 ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}