explicitly use v4 localhost

This commit is contained in:
Joakim Repomaa
2025-02-07 19:16:38 +02:00
committed by Joakim Repomaa
parent 39134ba640
commit 599ca53f1d
9 changed files with 10 additions and 10 deletions

View File

@@ -10,5 +10,5 @@ in
inherit port;
};
modules.webserver.vHosts.${fqdn}.locations."/".proxy = "http://localhost:${toString port}";
modules.webserver.vHosts.${fqdn}.locations."/".proxy = "http://127.0.0.1:${toString port}";
}