Allow all mod_rewrite directives in git-redirect vhosts
For our git redirect virtualhosts, allow the full set of mod_rewrite directives. These are entirely under our static control, so should be safe. Change-Id: Ia9c12ccc42ea157ebc4e3060841f1ab2d13008a3
This commit is contained in:
parent
e806861095
commit
9039bdc0b2
@ -9,7 +9,7 @@
|
||||
<Directory <%= @docroot %>>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
AllowOverrideList Redirect RedirectMatch RewriteEngine RewriteBase RewriteCond RewriteMap RewriteOptions RewriteRule
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
@ -37,7 +37,7 @@
|
||||
<Directory <%= @docroot %>>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
AllowOverrideList Redirect RedirectMatch
|
||||
AllowOverrideList Redirect RedirectMatch RewriteEngine RewriteBase RewriteCond RewriteMap RewriteOptions RewriteRule
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
Loading…
Reference in New Issue
Block a user