diff --git a/modules/openstack_project/templates/mirror.vhost.erb b/modules/openstack_project/templates/mirror.vhost.erb index 8c1c59f1df..ae6a52875f 100644 --- a/modules/openstack_project/templates/mirror.vhost.erb +++ b/modules/openstack_project/templates/mirror.vhost.erb @@ -140,15 +140,10 @@ NameVirtualHost <%= @vhost_name %>:8081 # Per site caching reverse proxy rules # Only cache specific backends, rely on afs cache otherwise. - # 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/" + CacheEnable disk "/buildlogs.centos" + ProxyPass "/buildlogs.centos/" "https://buildlogs.cdn.centos.org/" + ProxyPassReverse "/buildlogs.centos/" "https://buildlogs.cdn.centos.org/" # rdo CacheEnable disk "/rdo"