Also add buildlogs.cdn.centos.org
It looks like queries to buildlogs.centos end up 302 redirected to buildlogs.cdn.centos.org. Add that to apache for now, so we can experiment with using it directly. Change-Id: Ic4b2479b2714114442b6f2b87283119c8d94d722 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
057c867895
commit
f0721b737b
@ -140,11 +140,16 @@ NameVirtualHost <%= @vhost_name %>:8081
|
||||
# Per site caching reverse proxy rules
|
||||
# Only cache specific backends, rely on afs cache otherwise.
|
||||
|
||||
# buildlogs.centos.org
|
||||
# buildlogs.centos.org (302 redirects to buildlogs.cdn.centos.org)
|
||||
CacheEnable disk "/buildlogs.centos"
|
||||
ProxyPass "/buildlogs.centos/" "https://buildlogs.centos.org/"
|
||||
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/"
|
||||
ProxyPassReverse "/buildlogs.cdn.centos/" "https://buildlogs.cdn.centos.org/"
|
||||
|
||||
# rdo
|
||||
CacheEnable disk "/rdo"
|
||||
ProxyPass "/rdo/" "https://trunk.rdoproject.org/"
|
||||
|
Loading…
Reference in New Issue
Block a user