From 4a09344657c3ca4ffbb1a2a9a31daea7ae1ef050 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 20 Nov 2024 00:27:50 -0600 Subject: [PATCH] Update Linode to point at VM --- hosts/linode/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/linode/matrix.nix b/hosts/linode/matrix.nix index 45c146d..e072a4a 100644 --- a/hosts/linode/matrix.nix +++ b/hosts/linode/matrix.nix @@ -55,7 +55,7 @@ in locations."/".extraConfig = "return 404;"; locations."/_matrix" = { - proxyPass = "http://matrix.shire-zebra.ts.net:8448"; # Lacking the trailing / is correct + proxyPass = "http://vm-matrix.shire-zebra.ts.net:8448"; # Lacking the trailing / is correct }; }; };