diff --git a/modules/vds/nginx.nix b/modules/vds/nginx.nix index 0c4e724..3e016ac 100755 --- a/modules/vds/nginx.nix +++ b/modules/vds/nginx.nix @@ -15,7 +15,7 @@ recommendedTlsSettings = true; virtualHosts = { "immich.zeroq.ru" = { - forceSSL = true; # Принудительный HTTPS + forceSSL = false; enableACME = false; locations."/" = { proxyPass = "http://sapphira.laxta-platy.ts.net:2283"; # Порт Immich @@ -23,7 +23,7 @@ }; }; "nextcloud.zeroq.ru" = { - forceSSL = true; + forceSSL = false; enableACME = false; locations."/" = { proxyPass = "http://sapphira.laxta-platy.ts.net:10000"; # Порт Nextcloud @@ -31,20 +31,20 @@ }; }; "llm.zeroq.ru" = { - forceSSL = true; + forceSSL = false; enableACME = false; locations."/" = { - proxyPass = "http://sapphira.laxta-platy.ts.net:11111"; # Порт Open WebUI + proxyPass = "http://atoridu.laxta-platy.ts.net:11111"; # Порт Open WebUI proxyWebsockets = true; }; }; }; }; }; - # security.acme = { - # acceptTerms = true; - # defaults.email = "oqyude@gmail.com"; - # }; + security.acme = { + acceptTerms = true; + defaults.email = "oqyude@gmail.com"; + }; networking.firewall.allowedTCPPorts = [ #44443 #44444