From 486019057a34015d994e861bc3e90c6b7c491e99 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 22 Nov 2022 12:22:40 +0000 Subject: deploy: ececb2d6cb272723f1f79a4710ee04b218307475 --- latest/usage/configuration/config_documentation.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'latest/usage/configuration/config_documentation.html') diff --git a/latest/usage/configuration/config_documentation.html b/latest/usage/configuration/config_documentation.html index 828ffdf5e0..e0dc6ee087 100644 --- a/latest/usage/configuration/config_documentation.html +++ b/latest/usage/configuration/config_documentation.html @@ -76,7 +76,7 @@ @@ -3466,6 +3466,20 @@ The main Synapse process defines this with a replication resource i
worker_replication_http_port: 9093
 

+

worker_replication_http_tls

+

Whether TLS should be used for talking to the HTTP replication port on the main +Synapse process. +The main Synapse process defines this with the tls option on its listener that +has the replication resource enabled.

+

Please note: by default, it is not safe to expose replication ports to the +public Internet, even with TLS enabled. +See worker_replication_secret.

+

Defaults to false.

+

Added in Synapse 1.72.0.

+

Example configuration:

+
worker_replication_http_tls: true
+
+

worker_listeners

A worker can handle HTTP requests. To do so, a worker_listeners option must be declared, in the same way as the listeners option -- cgit 1.5.1