From db3af41809e1f85af140bca25f54f5ac9c37dd1e Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 30 Apr 2025 18:11:03 -0500 Subject: [PATCH] update routing for gist --- hosts/linode/l002/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/linode/l002/nginx.nix b/hosts/linode/l002/nginx.nix index e786e9d..b7270ae 100644 --- a/hosts/linode/l002/nginx.nix +++ b/hosts/linode/l002/nginx.nix @@ -65,7 +65,7 @@ enableACME = true; forceSSL = true; locations."/" = { - proxyPass = "http://100.64.0.2:6157"; + proxyPass = "http://100.64.0.13"; }; }; "git.joshuabell.xyz" = {