mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 06:50:11 -04:00
n
This commit is contained in:
parent
20b39d2cd8
commit
60e173662b
1 changed files with 2 additions and 2 deletions
|
|
@ -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/mcp";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
include ${config.sops.templates."nginx-mcp-auth.conf".path};
|
include ${config.sops.templates."nginx-mcp-auth.conf".path};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue