about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/haku.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 0dece75d..30abc66e 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -73,7 +73,7 @@ in
         forceSSL = true;
         enableACME = true;
         locations."/pub/" = {
-          proxyPass = "http://localhost:${toString warpspeedPort}/";
+          proxyPass = "http://127.0.0.1:${toString warpspeedPort}/";
         };
         locations."/".root = pkgs.writeTextDir "index.html" ''coi do'';
         serverAliases = [ "lojbanistan.de" ];