diff options
author | MichaIng <28480705+MichaIng@users.noreply.github.com> | 2019-08-19 15:51:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-19 15:51:55 +0200 |
commit | 241145508844532d2d0f530c0dc09cce1aad4ba0 (patch) | |
tree | 9dad2a6b5b688daf2d46014e7261b2069e983d93 /config | |
parent | 51a35bb1cbccc3e5dde610e41c8cc89321d33e93 (diff) | |
download | nextcloud-server-241145508844532d2d0f530c0dc09cce1aad4ba0.tar.gz nextcloud-server-241145508844532d2d0f530c0dc09cce1aad4ba0.zip |
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/.htaccess | 4 |
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> |