Set disablereuse=On for buildlogs.centos
We are still getting pooled connections closed on our proxy connections. Now we disable pooling to buildlogs.centos and will create a new connection for each request. Change-Id: I27df4460cb892265e99ca1faef1bc094d6931123 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
5973c79cb0
commit
bb757bd165
@ -151,12 +151,12 @@ NameVirtualHost <%= @vhost_name %>:8081
|
||||
|
||||
# buildlogs.centos.org (302 redirects to buildlogs.cdn.centos.org)
|
||||
CacheEnable disk "/buildlogs.centos"
|
||||
ProxyPass "/buildlogs.centos/" "https://buildlogs.centos.org/" ttl=120 keepalive=On
|
||||
ProxyPass "/buildlogs.centos/" "https://buildlogs.centos.org/" ttl=120 disablereuse=On
|
||||
ProxyPassReverse "/buildlogs.centos/" "https://buildlogs.centos.org/"
|
||||
|
||||
# buildlogs.cdn.centos.org
|
||||
CacheEnable disk "/buildlogs.cdn.centos"
|
||||
ProxyPass "/buildlogs.cdn.centos/" "https://buildlogs.cdn.centos.org/" ttl=120 keepalive=On
|
||||
ProxyPass "/buildlogs.cdn.centos/" "https://buildlogs.cdn.centos.org/" ttl=120 disablereuse=On
|
||||
ProxyPassReverse "/buildlogs.cdn.centos/" "https://buildlogs.cdn.centos.org/"
|
||||
|
||||
# rdo
|
||||
|
Loading…
Reference in New Issue
Block a user