From 241145508844532d2d0f530c0dc09cce1aad4ba0 Mon Sep 17 00:00:00 2001
From: MichaIng <28480705+MichaIng@users.noreply.github.com>
Date: Mon, 19 Aug 2019 15:51:55 +0200
Subject: [PATCH] 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>
---
 config/.htaccess | 4 ++--
 1 file 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>
-- 
GitLab