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>
This commit is contained in:
MichaIng 2019-08-19 15:51:55 +02:00 committed by GitHub
parent 51a35bb1cb
commit 2411455088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>