Merge "Introduce ideas repo redirect"
This commit is contained in:
commit
69cd119dcd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user