mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 03:25:53 +03:00
deploy: e761e8b475
This commit is contained in:
parent
87e4857eec
commit
8b686ad971
4 changed files with 12 additions and 4 deletions
|
@ -9743,7 +9743,11 @@ redis:
|
|||
</code></pre>
|
||||
<p>See the sample config for the full documentation of each option.</p>
|
||||
<p>Under <strong>no circumstances</strong> should the replication listener be exposed to the
|
||||
public internet; it has no authentication and is unencrypted.</p>
|
||||
public internet; replication traffic is:</p>
|
||||
<ul>
|
||||
<li>always unencrypted</li>
|
||||
<li>unauthenticated, unless <code>worker_replication_secret</code> is configured</li>
|
||||
</ul>
|
||||
<h3 id="worker-configuration"><a class="header" href="#worker-configuration">Worker configuration</a></h3>
|
||||
<p>In the config file for each worker, you must specify the type of worker
|
||||
application (<code>worker_app</code>), and you should specify a unique name for the worker
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -237,7 +237,11 @@ redis:
|
|||
</code></pre>
|
||||
<p>See the sample config for the full documentation of each option.</p>
|
||||
<p>Under <strong>no circumstances</strong> should the replication listener be exposed to the
|
||||
public internet; it has no authentication and is unencrypted.</p>
|
||||
public internet; replication traffic is:</p>
|
||||
<ul>
|
||||
<li>always unencrypted</li>
|
||||
<li>unauthenticated, unless <code>worker_replication_secret</code> is configured</li>
|
||||
</ul>
|
||||
<h3 id="worker-configuration"><a class="header" href="#worker-configuration">Worker configuration</a></h3>
|
||||
<p>In the config file for each worker, you must specify the type of worker
|
||||
application (<code>worker_app</code>), and you should specify a unique name for the worker
|
||||
|
|
Loading…
Reference in a new issue