<IfModule mod_headers.c>
    <FilesMatch "\.(json)$">
        Header set Cache-Control "public, max-age=300"
    </FilesMatch>
</IfModule>