# Deny all web access. storage/ must never be reachable directly
# (logs, cache, backups, and later the install.lock file live here).
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Deny from all
</IfModule>

Options -Indexes
