This commit is contained in:
Leon Vita 2022-11-22 18:48:14 +00:00
parent b0d3cdc14f
commit dcc2dfd349
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; addr="0.0.0.0"; ssl=true;}];
listen = [{port = 80; addr="0.0.0.0"; }];
default = true;
forceSSL = true;
enableACME = true;