Skip to content

Commit

Permalink
Merge pull request #14359 from owncloud/add-satisfy-all
Browse files Browse the repository at this point in the history
Add `Satisfy All`
  • Loading branch information
LukasReschke committed Feb 20, 2015
2 parents 7cb2514 + 4decbc2 commit 5020830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ public static function protectDataDirectory() {
$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";
Expand Down

0 comments on commit 5020830

Please sign in to comment.