``` *.localhost { tls self_signed { max_certs 100000 } log /var/log/caddy/localhost.log proxy / localhost:8080 } ```