mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-06 12:41:37 +00:00
deploy: 15662db095
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
const path_to_root = "";
|
||||
const default_light_theme = "light";
|
||||
const default_dark_theme = "navy";
|
||||
window.path_to_searchindex_js = "searchindex-e2da9a48.js";
|
||||
window.path_to_searchindex_js = "searchindex-5ec416dc.js";
|
||||
</script>
|
||||
<!-- Start loading toc.js asap -->
|
||||
<script src="toc-4dc10a98.js"></script>
|
||||
@@ -241,9 +241,9 @@ a response of <code>+PONG</code>.</p>
|
||||
virtualenv, these can be installed with:</p>
|
||||
<pre><code class="language-sh">pip install "matrix-synapse[redis]"
|
||||
</code></pre>
|
||||
<p>Note that these dependencies are included when synapse is installed with <code>pip install matrix-synapse[all]</code>. They are also included in the debian packages from
|
||||
<code>packages.matrix.org</code> and in the docker images at
|
||||
https://hub.docker.com/r/ectorim/synapse/.</p>
|
||||
<p>Note that these dependencies are included when Synapse is installed with <code>pip install matrix-synapse[all]</code>. They are also included in the <a href="setup/installation.html#debianubuntu">Debian
|
||||
packages</a> and in the <a href="setup/installation.html#docker-images-and-ansible-playbooks">Docker
|
||||
images</a>.</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
|
||||
|
||||
Reference in New Issue
Block a user