diff --git a/playbooks/roles/static/files/50-governance.openstack.org.conf b/playbooks/roles/static/files/50-governance.openstack.org.conf
index 50767247d4..7c76f8b1b7 100755
--- a/playbooks/roles/static/files/50-governance.openstack.org.conf
+++ b/playbooks/roles/static/files/50-governance.openstack.org.conf
@@ -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