# Optional Apache cache hints for generated playlist text files
<FilesMatch "\.txt$">
  Header set Cache-Control "max-age=300, public"
  Header set Content-Type "text/plain; charset=utf-8"
</FilesMatch>
