9 lines
150 B
ApacheConf
9 lines
150 B
ApacheConf
# Documentation Public Access
|
|
Satisfy Any
|
|
Allow from all
|
|
|
|
# Apache 2.4+ compatibility
|
|
<IfModule mod_authz_core.c>
|
|
Require all granted
|
|
</IfModule>
|