From 02f3989c1f37210b4c7e98b5f89118849721f405 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 1 Mar 2026 17:56:58 +0300 Subject: [PATCH] 123 --- modules/vds/nginx.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/vds/nginx.nix b/modules/vds/nginx.nix index d1a9376..bd9bc68 100644 --- a/modules/vds/nginx.nix +++ b/modules/vds/nginx.nix @@ -38,13 +38,13 @@ in enableACME = true; locations = { "/" = { + 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;