Merge "Caching proxies for tarballs.openstack.org"

This commit is contained in:
Jenkins 2017-07-12 15:13:35 +00:00 committed by Gerrit Code Review
commit c61f9d1b39
1 changed files with 7 additions and 0 deletions

View File

@ -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/"
</VirtualHost>
<VirtualHost <%= @vhost_name %>:8081>