From 7a1fb8ad1fd671c868811fe87ccd229f9499dc3a Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 16 Jan 2018 16:23:22 +0000 Subject: [PATCH] Allow governance site content to include redirects Update the overrides allowed for governance.openstack.org so that the list of governance directories can perform Redirect or RedirectMatch with .htaccess files instead of needing to involve system-config reviewers when they want to move content between URLs within the site. Change-Id: Ifb70d119588ce8973d0f86fe555f95853259ba06 --- modules/openstack_project/templates/static-governance.vhost.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/templates/static-governance.vhost.erb b/modules/openstack_project/templates/static-governance.vhost.erb index dc3cfa1cd0..dd3637291b 100644 --- a/modules/openstack_project/templates/static-governance.vhost.erb +++ b/modules/openstack_project/templates/static-governance.vhost.erb @@ -44,7 +44,7 @@ <% scope.lookupvar('openstack_project::static::governance_directories').each do |dirname| -%> > Options Indexes FollowSymLinks MultiViews - AllowOverride None + AllowOverrideList Redirect RedirectMatch Satisfy Any Require all granted