From 00fc5bde4338a469e59eb1909f4cac6a6f6c343c Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 1 Mar 2026 16:56:21 +0300 Subject: [PATCH] 123 --- modules/vds-new/nginx.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/vds-new/nginx.nix b/modules/vds-new/nginx.nix index 65cc2b2..8d43473 100644 --- a/modules/vds-new/nginx.nix +++ b/modules/vds-new/nginx.nix @@ -41,10 +41,10 @@ in proxyPass = "http://localhost:2049"; proxyWebsockets = true; }; - # "/default" = { - # proxyPass = "http://localhost:2053"; - # proxyWebsockets = true; - # }; + "/default" = { + proxyPass = "http://localhost:2053"; + proxyWebsockets = true; + }; "/subs/" = { proxyPass = "http://localhost:2096"; proxyWebsockets = true;