Loading nixos/modules/services/web-apps/lasuite-meet.nix +4 −0 Original line number Diff line number Diff line Loading @@ -434,6 +434,10 @@ in recommendedProxySettings = true; }; locations."/static" = { root = "${cfg.backendPackage}/share"; }; locations."/livekit" = mkIf cfg.livekit.enable { proxyPass = "http://localhost:${toString config.services.livekit.settings.port}"; recommendedProxySettings = true; Loading Loading
nixos/modules/services/web-apps/lasuite-meet.nix +4 −0 Original line number Diff line number Diff line Loading @@ -434,6 +434,10 @@ in recommendedProxySettings = true; }; locations."/static" = { root = "${cfg.backendPackage}/share"; }; locations."/livekit" = mkIf cfg.livekit.enable { proxyPass = "http://localhost:${toString config.services.livekit.settings.port}"; recommendedProxySettings = true; Loading