From dd6056eb58d896293c4ed23451f3942f08691b88 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Tue, 18 Jul 2023 15:46:53 +0000 Subject: deploy: 69699a9bd11822635fcf2166f5dec2ce2365219c --- .../usage/configuration/config_documentation.html | 33 ---------------------- 1 file changed, 33 deletions(-) (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 a5739eae11..9c26da6455 100644 --- a/latest/usage/configuration/config_documentation.html +++ b/latest/usage/configuration/config_documentation.html @@ -3656,39 +3656,6 @@ giving each worker a unique worker_name.

worker_name: generic_worker1
 

-

worker_replication_host

-

Deprecated as of version 1.84.0. Place host under main entry on the instance_map in your shared yaml configuration instead.

-

The HTTP replication endpoint that it should talk to on the main Synapse process. -The main Synapse process defines this with a replication resource in -listeners option.

-

Example configuration:

-
worker_replication_host: 127.0.0.1
-
-
-

worker_replication_http_port

-

Deprecated as of version 1.84.0. Place port under main entry on the instance_map in your shared yaml configuration instead.

-

The HTTP replication port that it should talk to on the main Synapse process. -The main Synapse process defines this with a replication resource in -listeners option.

-

Example configuration:

-
worker_replication_http_port: 9093
-
-
-

worker_replication_http_tls

-

Deprecated as of version 1.84.0. Place tls under main entry on the instance_map in your shared yaml configuration instead.

-

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