diff --git a/modules/openstack_project/templates/mirror.vhost.erb b/modules/openstack_project/templates/mirror.vhost.erb index 220aecf4fb..0e4068f840 100644 --- a/modules/openstack_project/templates/mirror.vhost.erb +++ b/modules/openstack_project/templates/mirror.vhost.erb @@ -125,6 +125,11 @@ NameVirtualHost <%= @vhost_name %>:8081 # Per site caching reverse proxy rules # Only cache specific backends, rely on afs cache otherwise. + # buildlogs.centos.org + CacheEnable disk "/buildlogs.centos" + ProxyPass "/buildlogs.centos/" "https://buildlogs.centos.org/" + ProxyPassReverse "/buildlogs.centos/" "https://buildlogs.centos.org/" + # rdo CacheEnable disk "/rdo" ProxyPass "/rdo/" "https://trunk.rdoproject.org/"