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:
authorMichaIng <28480705+MichaIng@users.noreply.github.com>2019-08-19 16:51:55 +0300
committerGitHub <noreply@github.com>2019-08-19 16:51:55 +0300
commit241145508844532d2d0f530c0dc09cce1aad4ba0 (patch)
tree9dad2a6b5b688daf2d46014e7261b2069e983d93 /config
parent51a35bb1cbccc3e5dde610e41c8cc89321d33e93 (diff)
Apache 2.5 will be released as 2.6
+ Ref: https://github.com/nextcloud/server/pull/16792/files#r315206147 Signed-off-by: Micha Felle <micha@dietpi.com>
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>