mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Fix data Apache2 .htaccess typo
Signed-off-by: Simounet <contact@simounet.net>
This commit is contained in:
parent
8be4efb023
commit
a98f8b51c7
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ class Setup {
|
|||
$content .= " <IfModule mod_authz_host.c>\n";
|
||||
$content .= " Order Allow,Deny\n";
|
||||
$content .= " Deny from all\n";
|
||||
$content .= " <IifModule>\n";
|
||||
$content .= " </IfModule>\n";
|
||||
$content .= " Satisfy All\n";
|
||||
$content .= " </IfModule>\n";
|
||||
$content .= "</IfModule>\n\n";
|
||||
|
|
|
|||
Loading…
Reference in a new issue