From bb757bd165c77e78483be761d3cda7749dcfb4f9 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 25 Aug 2017 17:55:22 -0400 Subject: [PATCH] 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 --- modules/openstack_project/templates/mirror.vhost.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/templates/mirror.vhost.erb b/modules/openstack_project/templates/mirror.vhost.erb index 52a57a6947..dfbe54a461 100644 --- a/modules/openstack_project/templates/mirror.vhost.erb +++ b/modules/openstack_project/templates/mirror.vhost.erb @@ -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