From f5fa0718cc446c83c04283512942024dfb3fbb87 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Sun, 23 Mar 2025 17:57:10 -0700 Subject: [PATCH] add link proxy pass --- provision/hosts/torus/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/provision/hosts/torus/configuration.nix b/provision/hosts/torus/configuration.nix index f3746c3a..9ea2893e 100644 --- a/provision/hosts/torus/configuration.nix +++ b/provision/hosts/torus/configuration.nix @@ -87,6 +87,9 @@ "plot.tstarr.us" = (SSL // { locations."/".proxyPass = "http://localhost:8988/"; }); + "link.tstarr.us" = (SSL // { + locations."/".proxyPass = "http://localhost:9090/"; + }); }; };