summary refs log tree commit diff
diff options
context:
space:
mode:
authorMax Dor <max@kamax.io>2017-09-25 16:42:26 +0200
committerGitHub <noreply@github.com>2017-09-25 16:42:26 +0200
commite591f7b3f06ba4de55c439e0741b4fe4ef445556 (patch)
treec1ae1c514244830a04a7be030dbabd32ab7f3e4f
parentClarify recommended network setup (diff)
downloadsynapse-e591f7b3f06ba4de55c439e0741b4fe4ef445556.tar.xz
Include review feedback
-rw-r--r--README.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.rst b/README.rst

index 8ca1e25d43..9da8c7f7a8 100644 --- a/README.rst +++ b/README.rst
@@ -207,14 +207,12 @@ to do initial test with a client without having to setup a reverse proxy, you can temporarly use another certificate. (Note that a self-signed certificate is fine for `Federation`_). You can do so by changing ``tls_certificate_path``, ``tls_private_key_path`` and ``tls_dh_params_path`` -in ``homeserver.yaml``; +in ``homeserver.yaml``; alternatively, you can use a reverse-proxy, but be sure +to read `Using a reverse proxy with Synapse`_ when doing so. Apart from port 8448 using TLS, both ports are the same in the default configuration. -See https://github.com/matrix-org/synapse/issues/2438 for the recommended -production configuration. - Registering a user ------------------ @@ -602,7 +600,7 @@ domain name. For example, you might want to run your server at ``synapse.example.com``, but have your Matrix user-ids look like ``@user:example.com``. (A SRV record also allows you to change the port from the default 8448. However, if you are thinking of using a reverse-proxy on the -federation port, which is highly not recommended, be sure to read +federation port, which is not recommended, be sure to read `Reverse-proxying the federation port`_ first.) To use a SRV record, first create your SRV record and publish it in DNS. This