Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/.htaccess b/config/.htaccess
index eda29a03ee9..13ca28758cf 100644
--- a/config/.htaccess
+++ b/config/.htaccess
@@ -3,6 +3,7 @@
Require all denied
</IfModule>
<IfModule mod_access_compat.c>
+ Order Allow,Deny
Deny from all
Satisfy All
</IfModule>
@@ -11,6 +12,7 @@
<IfModule !mod_authz_core.c>
<IfModule !mod_access_compat.c>
<IfModule mod_authz_host.c>
+ Order Allow,Deny
Deny from all
</IfModule>
Satisfy All