Options -Indexes
DirectoryIndex index.html

<FilesMatch "^(config\.php|jobs\.json|.*\.log)$">
  Require all denied
</FilesMatch>

<IfModule mod_headers.c>
  Header set X-Content-Type-Options "nosniff"
  Header set Referrer-Policy "strict-origin-when-cross-origin"
</IfModule>
