From b82243d9e8eebd860e80cd9b38dcd27d9924440d Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 2 Aug 2025 22:36:09 +0300 Subject: [PATCH] 123 --- modules/vds/nginx.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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