From 0570c31d24584e4bc3dd482560e3a3c455f54f5d Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 2 Aug 2025 22:33:24 +0300 Subject: [PATCH] 123 --- modules/vds/nginx.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/vds/nginx.nix b/modules/vds/nginx.nix index c13d6e4..0c4e724 100755 --- a/modules/vds/nginx.nix +++ b/modules/vds/nginx.nix @@ -16,7 +16,7 @@ virtualHosts = { "immich.zeroq.ru" = { forceSSL = true; # Принудительный HTTPS - enableACME = true; + enableACME = false; locations."/" = { proxyPass = "http://sapphira.laxta-platy.ts.net:2283"; # Порт Immich proxyWebsockets = true; # Если Immich использует WebSockets @@ -24,7 +24,7 @@ }; "nextcloud.zeroq.ru" = { forceSSL = true; - enableACME = true; + enableACME = false; locations."/" = { proxyPass = "http://sapphira.laxta-platy.ts.net:10000"; # Порт Nextcloud proxyWebsockets = true; @@ -32,7 +32,7 @@ }; "llm.zeroq.ru" = { forceSSL = true; - enableACME = true; + enableACME = false; locations."/" = { proxyPass = "http://sapphira.laxta-platy.ts.net:11111"; # Порт Open WebUI proxyWebsockets = true; @@ -41,10 +41,10 @@ }; }; }; - security.acme = { - acceptTerms = true; - defaults.email = "oqyude@gmail.com"; - }; + # security.acme = { + # acceptTerms = true; + # defaults.email = "oqyude@gmail.com"; + # }; networking.firewall.allowedTCPPorts = [ #44443 #44444