mirror of
https://git.mediani.de/mirrors_public/oddlama_nixos-extra-modules.git
synced 2025-10-10 22:10:38 +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.
|
||||
# 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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue