diff --git a/provision/hosts/torus/configuration.nix b/provision/hosts/torus/configuration.nix index 36391edd..04843dd5 100644 --- a/provision/hosts/torus/configuration.nix +++ b/provision/hosts/torus/configuration.nix @@ -117,6 +117,12 @@ "workspace.tstarr.us" = (SSL // { locations."/".proxyPass = "http://localhost:5000/"; }); + "lc.tstarr.us" = (SSL // { + locations."/" = { + proxyPass = "http://localhost:8065/"; + proxyWebsockets = true; + }; + }); "code.tstarr.us" = (SSL // { locations."/" = { proxyPass = "http://localhost:8443/";