Texlive needs ALMOST two full hours. Let's raise to just above the actual time
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
98100b01fd
commit
ebf89e06c9
2 changed files with 3 additions and 3 deletions
|
@ -364,7 +364,7 @@ listen modernpaste 0.0.0.0:10055
|
||||||
|
|
||||||
listen koji 0.0.0.0:10056
|
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)
|
# 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)
|
balance hdr(appserver)
|
||||||
server koji01 koji01:80 check inter 10s rise 1 fall 2
|
server koji01 koji01:80 check inter 10s rise 1 fall 2
|
||||||
option httpchk GET /
|
option httpchk GET /
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
|
|
||||||
# This needs to be massive due to koji's completeBuild with texlive (https://pagure.io/koji/issue/259)
|
# This needs to be massive due to koji's completeBuild with texlive (https://pagure.io/koji/issue/259)
|
||||||
ProxyTimeout 7200
|
ProxyTimeout 10800
|
||||||
TimeOut 7200
|
TimeOut 10800
|
||||||
|
|
||||||
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||||
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue