Caddy - DNS Based

Caddy seems to work without any special configuration, so a simple Caddyfile works like this;

Caddyfile
http://olivetin.example.com {
        reverse_proxy * http://localhost:1337
}