From bdc362c29e16d958b96ef4e4279aaecb6e8a3331 Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 17 Feb 2026 19:04:48 +0300 Subject: [PATCH] 123 --- modules/vds/nginx.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/vds/nginx.nix b/modules/vds/nginx.nix index 75434da..c4d1fa1 100644 --- a/modules/vds/nginx.nix +++ b/modules/vds/nginx.nix @@ -33,6 +33,14 @@ in ''; }; }; + "x.zeroq.ru" = { + forceSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://${server}:2053"; + proxyWebsockets = true; + }; + }; "kuma.zeroq.ru" = { forceSSL = true; enableACME = true;