From 67cc08d2fd156994f5c0d975212ddc26d8d7f54f Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 11 Oct 2025 19:17:39 +0300 Subject: [PATCH] 123123 --- modules/vds/nginx.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/vds/nginx.nix b/modules/vds/nginx.nix index eb8437e..6a62ffe 100644 --- a/modules/vds/nginx.nix +++ b/modules/vds/nginx.nix @@ -40,6 +40,17 @@ in # client_max_body_size 5G; # ''; # }; + "zeroq.ru" = { + forceSSL = true; + enableACME = true; + # kTLS = true; + locations."/.well-known/discord" = { + extraConfig = '' + default_type text/plain; + return 200 "dh=c2d103553a4cfdaa1b7952a87a7d8120a1e167cc"; + ''; + }; + }; "flux.zeroq.ru" = { forceSSL = true; enableACME = true;