Merge "add redirect for /releases to the new location"

This commit is contained in:
Jenkins 2016-02-08 13:45:04 +00:00 committed by Gerrit Code Review
commit 09383d0625
1 changed files with 3 additions and 0 deletions

View File

@ -183,5 +183,8 @@ redirect 301 /developer/nova/nova.concepts.html /developer/nova/
# Redirect API Quick Start after migration to RST
redirect 301 /api/quick-start/content/ http://developer.openstack.org/api-guide/quick-start/
# Redirect old releases content to new location
redirectmatch 301 "^/releases.*$" http://releases.openstack.org$1
# Temporary redirect (307) until these guides are ready
redirectmatch 307 ^/liberty/install-guide-debian/.*$ /liberty/index.html