FIX: config/config

This commit is contained in:
2022-10-08 03:38:12 +05:00
parent 4d81b1b52c
commit 991d2abcc2
49 changed files with 2197 additions and 1995 deletions

View File

@ -0,0 +1,25 @@
# Section for Apache 2.4 to 2.6
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule mod_access_compat.c>
Order Allow,Deny
Deny from all
Satisfy All
</IfModule>
# Section for Apache 2.2
<IfModule !mod_authz_core.c>
<IfModule !mod_access_compat.c>
<IfModule mod_authz_host.c>
Order Allow,Deny
Deny from all
</IfModule>
Satisfy All
</IfModule>
</IfModule>
# Section for Apache 2.2 to 2.6
<IfModule mod_autoindex.c>
IndexIgnore *
</IfModule>

File diff suppressed because it is too large Load Diff