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/.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/.htaccess b/config/.htaccess
index 857df9bbbac..eda29a03ee9 100644
--- a/config/.htaccess
+++ b/config/.htaccess
@@ -1,4 +1,4 @@
-# Section for Apache 2.4 and 2.5
+# Section for Apache 2.4 to 2.6
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
@@ -17,7 +17,7 @@
</IfModule>
</IfModule>
-# Section for Apache 2.2 to 2.5
+# Section for Apache 2.2 to 2.6
<IfModule mod_autoindex.c>
IndexIgnore *
</IfModule>