Merge pull request #14359 from owncloud/add-satisfy-all
Add `Satisfy All`
This commit is contained in:
commit
50208308e3
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ class OC_Setup {
|
||||||
$content.= "# line below if for Apache 2.2\n";
|
$content.= "# line below if for Apache 2.2\n";
|
||||||
$content.= "<ifModule !mod_authz_core.c>\n";
|
$content.= "<ifModule !mod_authz_core.c>\n";
|
||||||
$content.= "deny from all\n";
|
$content.= "deny from all\n";
|
||||||
|
$content.= "Satisfy All\n";
|
||||||
$content.= "</ifModule>\n\n";
|
$content.= "</ifModule>\n\n";
|
||||||
$content.= "# section for Apache 2.2 and 2.4\n";
|
$content.= "# section for Apache 2.2 and 2.4\n";
|
||||||
$content.= "IndexIgnore *\n";
|
$content.= "IndexIgnore *\n";
|
||||||
|
|
Loading…
Reference in a new issue