Skip to content
Snippets Groups Projects
Commit 4decbc2e authored by Lukas Reschke's avatar Lukas Reschke
Browse files
parent 88126498
Branches
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment