fix: update livekit endpoints and add TURN server configuration
This commit is contained in:
parent
eee6905637
commit
7d55e4e40a
5 changed files with 88 additions and 11 deletions
|
|
@ -96,7 +96,7 @@ let
|
|||
forceSSL = false;
|
||||
};
|
||||
location = {
|
||||
proxyPass = "http://${endpoint.content.host}:${toString endpoint.content.port}/";
|
||||
proxyPass = "http://${endpoint.content.host}:${toString endpoint.content.port}";
|
||||
} // lib.optionalAttrs (endpoint.content ? websocket && endpoint.content.websocket) {
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue