From 44a87cc45e17678e2f0059efcf3f16a381f171d8 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Thu, 15 May 2025 17:26:34 -0700 Subject: [PATCH] remove link --- provision/hosts/torus/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/provision/hosts/torus/configuration.nix b/provision/hosts/torus/configuration.nix index 64bf58fe..72143aeb 100644 --- a/provision/hosts/torus/configuration.nix +++ b/provision/hosts/torus/configuration.nix @@ -89,9 +89,6 @@ "plot.tstarr.us" = (SSL // { locations."/".proxyPass = "http://localhost:8988/"; }); - "link.tstarr.us" = (SSL // { - locations."/".proxyPass = "http://localhost:9090/"; - }); }; };