Redirect openstack-infra specs to opendev docs
When we started publishing our infra-specs repository to docs.opendev.org we never removed the old copy on specs.openstack.org (simply dropped it from the index there). In an effort to reduce confusion, redirect the entire /openstack-infra tree to our tenant on the docs site where the current copy lives. To be clear, the old specs were published to a /openstack-infra/infra-specs directory but those were the only thing in /openstack-infra, so redirecting to docs.opendev.org/opendev will match the infra-specs subdirectories up on both of them while also shadowing the bare autoindex of the parent directory on the old site. Change-Id: I95082a56d008d0839e92040992f68711ce292e40
This commit is contained in:
parent
9313c8e879
commit
f25bdcc171
@ -31,6 +31,9 @@ Define AFS_ROOT /afs/openstack.org/project/specs.openstack.org
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
RewriteEngine On
|
||||
RewriteRule ^/openstack-infra/(.*) https://docs.opendev.org/opendev/$1 [last,redirect=permanent]
|
||||
|
||||
LogLevel warn
|
||||
ErrorLog /var/log/apache2/specs.openstack.org_error.log
|
||||
CustomLog /var/log/apache2/specs.openstack.org_access.log combined
|
||||
|
Loading…
Reference in New Issue
Block a user