AddType application/octet-stream .shard1
AddType application/octet-stream .shard2
AddType application/json .json

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