mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Better Apache 2.4 support
See https://httpd.apache.org/docs/2.4/en/upgrading.html
This commit is contained in:
parent
98e9b0e759
commit
81e6435808
@ -1 +1,6 @@
|
||||
deny from all
|
||||
<IfModule authz_core_module>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule !authz_core_module>
|
||||
Deny from all
|
||||
</IfModule>
|
||||
|
Loading…
x
Reference in New Issue
Block a user