Merge "Correct openstackid tarball URL redirection"
This commit is contained in:
commit
d492b41cf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user