Replace 127.0.0.1 with localhost

This commit is contained in:
SebastianStork 2025-08-28 17:55:47 +02:00
parent e288bb2bf3
commit 0b2fbc2c6d
8 changed files with 12 additions and 9 deletions

View file

@ -25,7 +25,7 @@ in
enable = true;
settings = {
base-url = "https://${cfg.domain}";
listen-http = ":${builtins.toString cfg.port}";
listen-http = "localhost:${builtins.toString cfg.port}";
behind-proxy = true;
web-root = "disable";
};