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
This commit is contained in:
parent
b66890626c
commit
7a1fb8ad1f
@ -44,7 +44,7 @@
|
||||
<% scope.lookupvar('openstack_project::static::governance_directories').each do |dirname| -%>
|
||||
<Directory <%= dirname %>>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
Loading…
x
Reference in New Issue
Block a user