hippocampus: matrix: sfu: toString
This commit is contained in:
@@ -45,11 +45,11 @@
|
|||||||
path /sfu/get* /healthz*
|
path /sfu/get* /healthz*
|
||||||
}
|
}
|
||||||
handle @jwt_service {
|
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
|
# This is livekit
|
||||||
handle {
|
handle {
|
||||||
reverse_proxy localhost:${config.services.livekit.settings.port} {
|
reverse_proxy localhost:${toString config.services.livekit.settings.port} {
|
||||||
header_up Connection "upgrade"
|
header_up Connection "upgrade"
|
||||||
header_up Upgrade {http.request.header.Upgrade}
|
header_up Upgrade {http.request.header.Upgrade}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user