Merge pull request #14359 from owncloud/add-satisfy-all

Add `Satisfy All`
This commit is contained in:
Lukas Reschke 2015-02-20 14:55:43 +01:00
commit 50208308e3
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ class OC_Setup {
$content.= "# line below if for Apache 2.2\n";
$content.= "<ifModule !mod_authz_core.c>\n";
$content.= "deny from all\n";
$content.= "Satisfy All\n";
$content.= "</ifModule>\n\n";
$content.= "# section for Apache 2.2 and 2.4\n";
$content.= "IndexIgnore *\n";