forked from infra/ansible
proxies / koji: lower the keepalive on the proxy side
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
274e23e336
commit
0df0dc0ec9
1 changed files with 2 additions and 2 deletions
|
|
@ -662,7 +662,7 @@
|
|||
website: koji.fedoraproject.org
|
||||
destname: koji
|
||||
keephost: true
|
||||
proxyopts: "keepalive=on ttl=10"
|
||||
proxyopts: "keepalive=on ttl=5"
|
||||
balancer_name: koji
|
||||
balancer_members:
|
||||
- "koji01.{{ datacenter }}.fedoraproject.org"
|
||||
|
|
@ -676,7 +676,7 @@
|
|||
website: koji.fedoraproject.org
|
||||
destname: koji
|
||||
keephost: true
|
||||
proxyopts: "keepalive=on ttl=10"
|
||||
proxyopts: "keepalive=on ttl=5"
|
||||
balancer_name: koji
|
||||
balancer_members:
|
||||
- "koji01.stg.{{ datacenter }}.fedoraproject.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue