We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c215d commit 30a15e5Copy full SHA for 30a15e5
content/features/proxy/settings-reference.md
@@ -16,6 +16,16 @@ The proxy returns a fast fail on any request if it it already actively processin
16
17
If set to `0`, then the proxy does not impose this limit.
18
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
29
## <code>backend_connect_timeout</code>
30
31
<table>
0 commit comments