This commit is contained in:
Leon Vita 2022-11-22 20:00:19 +00:00
parent 1c46b25771
commit 9032b47bba
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ networking.wireguard.interfaces = {
services.nginx = {
enable = true;
virtualHosts."bicospacetech.c3d2.de" = {
listen = [port = 80; ];
listen = [{port = 80; addr="localhost";} ];
default = true;
forceSSL = false;
enableACME = true;