Files
3pmonitor/Caddyfile
Junaid Saeed Uppal 85f44e6a22 Initial commit: Teen Patti live monitor with analytics
Live dashboard with real-time WebSocket updates, analytics page with
time-filtered stats, ClickHouse storage, and Caddy reverse proxy.
2026-02-21 22:36:40 +05:00

10 lines
93 B
Caddyfile

:8443 {
tls internal
reverse_proxy app:8765 {
transport http {
versions 1.1
}
}
}