diff --git a/modules/openstack_project/templates/mirror.vhost.erb b/modules/openstack_project/templates/mirror.vhost.erb index f2caa54782..989ddc6027 100644 --- a/modules/openstack_project/templates/mirror.vhost.erb +++ b/modules/openstack_project/templates/mirror.vhost.erb @@ -124,9 +124,16 @@ NameVirtualHost <%= @vhost_name %>:8081 # Per site caching reverse proxy rules # Only cache specific backends, rely on afs cache otherwise. + + # rdo CacheEnable disk "/rdo" ProxyPass "/rdo/" "https://trunk.rdoproject.org/" ProxyPassReverse "/rdo/" "https://trunk.rdoproject.org/" + + # tarballs + CacheEnable disk "/tarballs" + ProxyPass "/tarballs/" "https://tarballs.openstack.org/" + ProxyPassReverse "/tarballs/" "https://tarballs.openstack.org/" :8081>