# Nothing in this directory is ever served over HTTP.
#
# On a correct install this file is redundant: the document root is
# fixit/public_html and this directory sits above it. It exists because the
# cost of being wrong here is the Paystack secret, the DeepSeek key and the
# database password.

<IfModule mod_authz_core.c>
  Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
  Order allow,deny
  Deny from all
</IfModule>
