hippocampus: matrix: sfu: toString

This commit is contained in:
2026-02-14 15:08:46 -05:00
parent f72ab4d4e4
commit a422d4a083

View File

@@ -45,11 +45,11 @@
path /sfu/get* /healthz*
}
handle @jwt_service {
reverse_proxy localhost:${config.services.lk-jwt-service.port}
reverse_proxy localhost:${toString config.services.lk-jwt-service.port}
}
# This is livekit
handle {
reverse_proxy localhost:${config.services.livekit.settings.port} {
reverse_proxy localhost:${toString config.services.livekit.settings.port} {
header_up Connection "upgrade"
header_up Upgrade {http.request.header.Upgrade}
}