diff --git a/configuration/default.nix b/configuration/default.nix index f6ff072..72c955d 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -60,7 +60,7 @@ { forceSSL = true; enableACME = true; - locations."/" = { proxyPass = "http://localhost:${toString port}"; }; + locations."/" = { proxyPass = "http://127.0.0.1:${toString port}"; }; } // extra; in { "tlater.net" = host 3002 { serverAliases = [ "www.tlater.net" ]; };