# Protect config and SQL files
<FilesMatch "\.(sql|md|log)$">
  Require all denied
</FilesMatch>
<Files "config.php">
  Require all denied
</Files>
# Allow JSON POST size
php_value post_max_size 2M
