From e3820d79beb6656a956fddee849bf696fbcba64e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 14:23:21 -0500 Subject: [PATCH] grr --- modules/website.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/website.nix b/modules/website.nix index 0f9ec2e..8477d27 100644 --- a/modules/website.nix +++ b/modules/website.nix @@ -9,7 +9,7 @@ with lib; forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://127.0.0.1:4242"; + proxyPass = "http://localhost:4242"; proxyWebsockets = true; }; };