# Caddy auto-provisions TLS and transparently proxies WebSockets — simplest option.
# Replace the domain, then: caddy run --config deploy/Caddyfile
scoreboard.example.com {
	reverse_proxy 127.0.0.1:3000
}
