Skip to content

Commit 30a15e5

Browse files
committed
backend_use_tls
1 parent 61c215d commit 30a15e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/features/proxy/settings-reference.md

+10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ The proxy returns a fast fail on any request if it it already actively processin
1616

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

19+
## <code>backend_use_tls</code>
20+
21+
<table>
22+
<tr><th>Type</th><td><code>boolean</code></td></tr>
23+
<tr><th>Default</th><td><code>false</code></td></tr>
24+
</table>
25+
26+
Enable TLS by default when connecting to backend servers. Proxy must be
27+
compiled with `--enable-proxy-tls` option.
28+
1929
## <code>backend_connect_timeout</code>
2030

2131
<table>

0 commit comments

Comments
 (0)