From f3e3b633dd97ca6b5ec3263b5436a1b99899fcfc Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 24 Sep 2025 19:01:18 +0300 Subject: [PATCH] 123 --- nixosModules/server/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/server/nginx.nix b/nixosModules/server/nginx.nix index b8a1b9a..d50e517 100755 --- a/nixosModules/server/nginx.nix +++ b/nixosModules/server/nginx.nix @@ -26,7 +26,7 @@ port = 10000; } locations."/whiteboard" = { - proxyPass = "http://${server}:3002"; + proxyPass = "http://localhost:3002"; proxyWebsockets = true; }; ];