Skip to content

Commit

Permalink
tls doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dormando committed Oct 23, 2024
1 parent b6f99d2 commit aefbadc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/features/proxy/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,10 @@ mcp.backend({
-- failure (`SERVER_ERROR backend failure`)
down = true|false,

-- If true, and backend TLS support has been compiled in with
-- `--enable-proxy-tls`, we will connect to this backend with TLS.
tls = true|false,

-- These next options override global settings, see below for detail.
-- seconds may be fractional, ie: 0.5 for 500ms or 2.75 for 2750ms
-- mcp.tcp_keepalive
Expand Down

0 comments on commit aefbadc

Please sign in to comment.