From 1cae329e0c03b834f533e8a80b4c779a87004cfa Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 25 Feb 2026 00:02:14 +0300 Subject: [PATCH] 123 --- modules/vds/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vds/nginx.nix b/modules/vds/nginx.nix index f37c4a5..e2e8586 100644 --- a/modules/vds/nginx.nix +++ b/modules/vds/nginx.nix @@ -38,7 +38,7 @@ in enableACME = true; locations = { "/" = { - proxyPass = "http://localhost:2053"; + proxyPass = "http://localhost:2049"; proxyWebsockets = true; }; "/subs/" = {