From 88397496a7bda80cee448d94e77603a3cb3d8e9b 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 e786e9d1..b7270ae6 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" = {