From 20b39d2cd86314045689e6bc52f7d91c0c07c54d Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 20 Apr 2026 01:23:25 -0400 Subject: [PATCH] - --- system/machines/server/modules/nginx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/machines/server/modules/nginx/default.nix b/system/machines/server/modules/nginx/default.nix index d7aa376..e1487dc 100644 --- a/system/machines/server/modules/nginx/default.nix +++ b/system/machines/server/modules/nginx/default.nix @@ -139,8 +139,8 @@ in }; # MCP servers (same-origin with the web UI to avoid CORS) - locations."/mcp/web_search/" = { - proxyPass = "http://192.168.0.23:8002/"; + locations."/mcp/web-search" = { + proxyPass = "http://192.168.0.23:8002"; proxyWebsockets = true; extraConfig = '' include ${config.sops.templates."nginx-mcp-auth.conf".path};