diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-11 11:44:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-11 11:44:28 +0000 |
commit | c475275926aeee906b76621444468280d5bf569b (patch) | |
tree | b7f346982e3fa222870ab50004cbbc54a2cedc59 /docs/workers.rst | |
parent | ACME Reprovisioning (#4522) (diff) | |
download | synapse-c475275926aeee906b76621444468280d5bf569b.tar.xz |
Clarifications for reverse proxy docs (#4607)
Factor out the reverse proxy info to a separate file, add some more info on reverse-proxying the federation port.
Diffstat (limited to 'docs/workers.rst')
-rw-r--r-- | docs/workers.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/workers.rst b/docs/workers.rst index 101e950020..dd3a84ba0d 100644 --- a/docs/workers.rst +++ b/docs/workers.rst @@ -26,9 +26,8 @@ Configuration To make effective use of the workers, you will need to configure an HTTP reverse-proxy such as nginx or haproxy, which will direct incoming requests to the correct worker, or to the main synapse instance. Note that this includes -requests made to the federation port. The caveats regarding running a -reverse-proxy on the federation port still apply (see -https://github.com/matrix-org/synapse/blob/master/README.rst#reverse-proxying-the-federation-port). +requests made to the federation port. See `<reverse_proxy.rst>`_ for +information on setting up a reverse proxy. To enable workers, you need to add two replication listeners to the master synapse, e.g.:: |