Merge "Correct openstackid tarball URL redirection"

This commit is contained in:
Zuul 2020-02-25 22:30:28 +00:00 committed by Gerrit Code Review
commit d492b41cf2

View File

@ -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