From 7013e9116ddfde2e39a16b6ae8c26d869e2dbe98 Mon Sep 17 00:00:00 2001 From: oddlama Date: Fri, 5 Jan 2024 18:01:38 +0100 Subject: [PATCH] fix: the default nginx host must bind all addresses --- modules/nginx.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nginx.nix b/modules/nginx.nix index 9c58e70..310b214 100644 --- a/modules/nginx.nix +++ b/modules/nginx.nix @@ -94,7 +94,6 @@ in { # Default host that rejects everything. # This is selected when no matching host is found for a request. virtualHosts.dummy = { - listenAddresses = ["127.0.0.1" "[::1]"]; default = true; rejectSSL = true; locations."/".extraConfig = ''