summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorLeo Bärring <leo.barring@protonmail.com>2021-03-06 12:49:19 +0100
committerGitHub <noreply@github.com>2021-03-06 11:49:19 +0000
commit0fc4eb103a1587d861ae388c6b30bcc04851e70c (patch)
tree06fd9741f6327fef9adeb2c472a3104ea03d5237 /README.rst
parentAdd additional SAML2 upgrade notes (#9550) (diff)
downloadsynapse-0fc4eb103a1587d861ae388c6b30bcc04851e70c.tar.xz
Update reverse proxy to add OpenBSD relayd example configuration. (#9508)
Update reverse proxy to add OpenBSD relayd example configuration.

Signed-off-by: Leo Bärring <leo.barring@protonmail.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index d872b11f57..6a1e713590 100644
--- a/README.rst
+++ b/README.rst
@@ -183,8 +183,9 @@ Using a reverse proxy with Synapse
 It is recommended to put a reverse proxy such as
 `nginx <https://nginx.org/en/docs/http/ngx_http_proxy_module.html>`_,
 `Apache <https://httpd.apache.org/docs/current/mod/mod_proxy_http.html>`_,
-`Caddy <https://caddyserver.com/docs/quick-starts/reverse-proxy>`_ or
-`HAProxy <https://www.haproxy.org/>`_ in front of Synapse. One advantage of
+`Caddy <https://caddyserver.com/docs/quick-starts/reverse-proxy>`_,
+`HAProxy <https://www.haproxy.org/>`_ or
+`relayd <https://man.openbsd.org/relayd.8>`_ in front of Synapse. One advantage of
 doing so is that it means that you can expose the default https port (443) to
 Matrix clients without needing to run Synapse with root privileges.