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>
pull/16792/head
MichaIng 5 years ago committed by GitHub
parent 51a35bb1cb
commit 2411455088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save