From 3d99dd244924fb88bbb4c7e6e528ab39a22afbd5 Mon Sep 17 00:00:00 2001 From: Yahya Alhinai Date: Sun, 28 Jun 2026 01:53:20 +0000 Subject: [PATCH] fix: proxy LiveKit subdomain to cloud service --- infra/Caddyfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/infra/Caddyfile b/infra/Caddyfile index e7918fc..57cb7d1 100644 --- a/infra/Caddyfile +++ b/infra/Caddyfile @@ -15,5 +15,10 @@ } lk.165-22-129-249.sslip.io { - reverse_proxy localhost:7880 + reverse_proxy https://meta-54zzak8x.livekit.cloud { + header_up Host meta-54zzak8x.livekit.cloud + transport http { + tls_server_name meta-54zzak8x.livekit.cloud + } + } }