Files

9 lines
149 B
ApacheConf

# API Unauthenticated Access
Satisfy Any
Allow from all
# Apache 2.4+ compatibility
<IfModule mod_authz_core.c>
Require all granted
</IfModule>