<IfModule mod_headers.c>
    <FilesMatch "\.(json)$">
        Header set Content-Type "application/json"
        Header set Content-Disposition "attachment"
    </FilesMatch>
</IfModule>

# Protect against directory listing
Options -Indexes