diff --git a/provision/hosts/torus/configuration.nix b/provision/hosts/torus/configuration.nix index 3a1c490c..da4cbdc3 100644 --- a/provision/hosts/torus/configuration.nix +++ b/provision/hosts/torus/configuration.nix @@ -61,6 +61,9 @@ "rss.tstarr.us" = (SSL // { locations."/".proxyPass = "http://localhost:8087/"; }); + "link.tstarr.us" = (SSL // { + locations."/".proxyPass = "http://localhost:9090/"; + }); "media.tstarr.us" = (SSL // { locations."/".proxyPass = "http://localhost:8096/"; }); @@ -70,9 +73,6 @@ client_max_body_size 3000m; ''; }); - "workspace.tstarr.us" = (SSL // { - locations."/".proxyPass = "http://localhost:5000/"; - }); "lc.tstarr.us" = (SSL // { locations."/" = { proxyPass = "http://localhost:8065/"; @@ -86,8 +86,11 @@ }; }); - "plot.tstarr.us" = (SSL // { - locations."/".proxyPass = "http://localhost:8988/"; + "inv.tstarr.us" = (SSL // { + locations."/".proxyPass = "http://localhost:3000/"; + }); + "comp.tstarr.us" = (SSL // { + locations."/".proxyPass = "http://localhost:8282/"; }); }; };