This commit is contained in:
Bryan Ramos 2026-04-20 01:23:25 -04:00
parent 2805b2aa2d
commit 20b39d2cd8

View file

@ -139,8 +139,8 @@ in
}; };
# MCP servers (same-origin with the web UI to avoid CORS) # MCP servers (same-origin with the web UI to avoid CORS)
locations."/mcp/web_search/" = { locations."/mcp/web-search" = {
proxyPass = "http://192.168.0.23:8002/"; proxyPass = "http://192.168.0.23:8002";
proxyWebsockets = true; proxyWebsockets = true;
extraConfig = '' extraConfig = ''
include ${config.sops.templates."nginx-mcp-auth.conf".path}; include ${config.sops.templates."nginx-mcp-auth.conf".path};