<IfModule mod_authz_core.c>
  Require all granted
</IfModule>

<IfModule mod_mime.c>
  AddType application/json .json
  AddType text/plain .txt
</IfModule>
