# Caddy — HTTPS in front of Today Trades # # 1) Point DNS A record for today.yourdomain.com → VPS IP # 2) apt install caddy # 3) Copy this file to /etc/caddy/Caddyfile (edit the domain) # 4) systemctl reload caddy today.yourdomain.com { encode gzip reverse_proxy 127.0.0.1:8765 }