Skip to content

Commit

Permalink
backend_use_tls
Browse files Browse the repository at this point in the history
  • Loading branch information
dormando committed Oct 22, 2024
1 parent 61c215d commit 30a15e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/features/proxy/settings-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ The proxy returns a fast fail on any request if it it already actively processin

If set to `0`, then the proxy does not impose this limit.

## <code>backend_use_tls</code>

<table>
<tr><th>Type</th><td><code>boolean</code></td></tr>
<tr><th>Default</th><td><code>false</code></td></tr>
</table>

Enable TLS by default when connecting to backend servers. Proxy must be
compiled with `--enable-proxy-tls` option.

## <code>backend_connect_timeout</code>

<table>
Expand Down

0 comments on commit 30a15e5

Please sign in to comment.