diff options
author | Leo Bärring <leo.barring@protonmail.com> | 2021-03-06 12:49:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 11:49:19 +0000 |
commit | 0fc4eb103a1587d861ae388c6b30bcc04851e70c (patch) | |
tree | 06fd9741f6327fef9adeb2c472a3104ea03d5237 /README.rst | |
parent | Add additional SAML2 upgrade notes (#9550) (diff) | |
download | synapse-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.rst | 5 |
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. |