summary refs log tree commit diff
path: root/latest/workers.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2021-07-29 10:09:19 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2021-07-29 10:09:19 +0000
commit9f273f34d4ac64ef9d47721b04187ed273fc998d (patch)
treeedd59c69990eb3b1c79bb5599bb7c17a039ed85a /latest/workers.html
parentdeploy: 048968301278aa6ece0a694d7554b7d7d5f7e9ae (diff)
downloadsynapse-9f273f34d4ac64ef9d47721b04187ed273fc998d.tar.xz
deploy: c36c2777900284cf94e93e60e34c3b856bb31551
Diffstat (limited to '')
-rw-r--r--latest/workers.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/latest/workers.html b/latest/workers.html
index 6522f27c60..919a6ee90a 100644
--- a/latest/workers.html
+++ b/latest/workers.html
@@ -237,7 +237,7 @@ https://hub.docker.com/r/matrixdotorg/synapse/.</p>
 <p>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. See
-<a href="reverse_proxy.html">reverse_proxy.md</a> for information on setting up a reverse
+<a href="reverse_proxy.html">the reverse proxy documentation</a> for information on setting up a reverse
 proxy.</p>
 <p>When using workers, each worker process has its own configuration file which
 contains settings specific to that worker, such as the HTTP listener that it
@@ -312,8 +312,8 @@ endpoints to the worker (<code>localhost:8083</code> in the above example).</p>
 <code>synctl</code> or your distribution's preferred service manager such as <code>systemd</code>. We
 recommend the use of <code>systemd</code> where available: for information on setting up
 <code>systemd</code> to start synapse workers, see
-<a href="systemd-with-workers">systemd-with-workers</a>. To use <code>synctl</code>, see
-<a href="synctl_workers.html">synctl_workers.md</a>.</p>
+<a href="systemd-with-workers">Systemd with Workers</a>. To use <code>synctl</code>, see
+<a href="synctl_workers.html">Using synctl with Workers</a>.</p>
 <h2 id="available-worker-applications"><a class="header" href="#available-worker-applications">Available worker applications</a></h2>
 <h3 id="synapseappgeneric_worker"><a class="header" href="#synapseappgeneric_worker"><code>synapse.app.generic_worker</code></a></h3>
 <p>This worker can handle API requests matching the following regular