diff --git a/provision/hosts/torus/configuration.nix b/provision/hosts/torus/configuration.nix index da4cbdc3..7b5b7fdd 100644 --- a/provision/hosts/torus/configuration.nix +++ b/provision/hosts/torus/configuration.nix @@ -86,12 +86,6 @@ }; }); - "inv.tstarr.us" = (SSL // { - locations."/".proxyPass = "http://localhost:3000/"; - }); - "comp.tstarr.us" = (SSL // { - locations."/".proxyPass = "http://localhost:8282/"; - }); }; };