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; }; };