Introduce ideas repo redirect

The goal is to have ideas located in governance.openstack.org/ideas.
This should do the trick.

Depends-On: https://review.opendev.org/#/c/706319/
Change-Id: I4f4ff5ade85b726048bf8e1df56052e45b5fef56
This commit is contained in:
Jean-Philippe Evrard 2020-02-06 12:31:48 +01:00
parent 7227bcf879
commit 6c28db0377

View File

@ -27,6 +27,7 @@ Define AFS_ROOT /afs/openstack.org/project/governance.openstack.org
# Alias other folders
Alias "/election/" "${AFS_ROOT}/election/"
Alias "/ideas/" "${AFS_ROOT}/ideas/"
Alias "/sigs/" "${AFS_ROOT}/sigs/"
Alias "/tc/" "${AFS_ROOT}/tc/"
Alias "/uc/" "${AFS_ROOT}/uc/"
@ -53,6 +54,13 @@ Define AFS_ROOT /afs/openstack.org/project/governance.openstack.org
Require all granted
</Directory>
<Directory ${AFS_ROOT}/ideas>
Options Indexes FollowSymLinks MultiViews
AllowOverrideList Redirect RedirectMatch
Satisfy Any
Require all granted
</Directory>
<Directory ${AFS_ROOT}/sigs>
Options Indexes FollowSymLinks MultiViews
AllowOverrideList Redirect RedirectMatch