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:
parent
4daf3ffd02
commit
7013e9116d
1 changed files with 0 additions and 1 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue