This commit is contained in:
Leon Vita 2022-11-22 19:57:44 +00:00
parent dcc2dfd349
commit d5dc241f3e
1 changed files with 2 additions and 2 deletions

View File

@ -198,9 +198,9 @@ networking.wireguard.interfaces = {
services.nginx = {
enable = true;
virtualHosts."bicospacetech.c3d2.de" = {
listen = [{port = 80; addr="0.0.0.0"; }];
listen = [{port = 80; }];
default = true;
forceSSL = true;
forceSSL = false;
enableACME = true;
locations."/" = {
proxyPass = "http://45.158.40.162:12000";