nginx reverse proxy, nosniff/mime type mismatch

switched from using nginx to caddy

the caddyfile that worked for me was

# jellyfin
tunes.example.com {
    reverse_proxy 127.0.0.1:8096
}

# syncthing
sync.example.com {
    reverse_proxy 127.0.0.1:8384
}