Caddy disable servertoken

Quick note: i had to disable the servertoken of a caddyserver. For this you need to set within a header block the parameter -Server. Something like this:

# Disable the server token, to prevent information disclosure 
# Avoids enumeration in servics like shodan.io
# https://caddyserver.com/docs/header 
header / -Server