diff --git a/playbooks/roles/static/files/50-tarballs.openstack.org.conf b/playbooks/roles/static/files/50-tarballs.openstack.org.conf index 83cca2f04a..c65f893220 100755 --- a/playbooks/roles/static/files/50-tarballs.openstack.org.conf +++ b/playbooks/roles/static/files/50-tarballs.openstack.org.conf @@ -24,7 +24,7 @@ SSLHonorCipherOrder on RewriteEngine On - RewriteRule ^/openstack/(openstackid/?.*)$ https://tarballs.opendev.org/osf/$1 [L] + RewriteRule ^/(openstackid(/.*|$)) https://tarballs.opendev.org/osf/$1 [L] RewriteRule ^/?(.*)$ https://tarballs.opendev.org/openstack/$1 [L] LogLevel warn