# worst-scan-web — Caddy reverse proxy
# Copy to /etc/caddy/Caddyfile or include from there.
# Replace :80 with your domain for auto-HTTPS.

:80 {
    reverse_proxy 127.0.0.1:3000
}
