1
1
Fork 1
mirror of https://github.com/oddlama/nixos-extra-modules.git synced 2025-10-10 22:00:39 +02:00

fix: the default nginx host must bind all addresses

This commit is contained in:
oddlama 2024-01-05 18:01:38 +01:00
parent 4daf3ffd02
commit 7013e9116d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -94,7 +94,6 @@ in {
# Default host that rejects everything. # Default host that rejects everything.
# This is selected when no matching host is found for a request. # This is selected when no matching host is found for a request.
virtualHosts.dummy = { virtualHosts.dummy = {
listenAddresses = ["127.0.0.1" "[::1]"];
default = true; default = true;
rejectSSL = true; rejectSSL = true;
locations."/".extraConfig = '' locations."/".extraConfig = ''