Update Linode to point at VM

This commit is contained in:
Greg Hellings
2024-11-20 00:27:50 -06:00
parent 206d22aeb2
commit 4a09344657
+1 -1
View File
@@ -55,7 +55,7 @@ in
locations."/".extraConfig = "return 404;"; locations."/".extraConfig = "return 404;";
locations."/_matrix" = { 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
}; };
}; };
}; };