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" = {