From 053c4c2582dff989f32c3c6d319d893b77f33ec0 Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 17 Feb 2026 19:07:13 +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 c4d1fa1..2025711 100644 --- a/modules/vds/nginx.nix +++ b/modules/vds/nginx.nix @@ -37,7 +37,7 @@ in forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://${server}:2053"; + proxyPass = "http://localhost:2053"; proxyWebsockets = true; }; };