From 7ce10b7deeb375e85d26390c9e277b710781552a Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 1 Mar 2026 16:49:41 +0300 Subject: [PATCH] 123 --- modules/vds-new/nginx.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/vds-new/nginx.nix b/modules/vds-new/nginx.nix index c998535..8d43473 100644 --- a/modules/vds-new/nginx.nix +++ b/modules/vds-new/nginx.nix @@ -38,6 +38,10 @@ in enableACME = true; locations = { "/" = { + proxyPass = "http://localhost:2049"; + proxyWebsockets = true; + }; + "/default" = { proxyPass = "http://localhost:2053"; proxyWebsockets = true; };