From d9c5c5056ab887ceb756332e7cac64c667ac9c23 Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Wed, 15 Nov 2017 21:01:33 +0100 Subject: [PATCH] Improve getting started wording --- docs/getting-started.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 18a71ea..d3e8006 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -54,7 +54,8 @@ Complete configuration guide is available [here](configure.md). For an overview of a typical mxisd infrastructure, see the [dedicated document](architecture.md) ### Reverse proxy #### Apache2 -In the VirtualHost handling the domain with SSL, add the following line and replace `0.0.0.0` by the right address/host. +In the VirtualHost handling the domain with SSL, add the following line and replace `0.0.0.0` by the internal IP/hostname +pointing to mxisd. **This line MUST be present before the one for the homeserver!** ``` ProxyPass /_matrix/identity/ http://0.0.0.0:8090/_matrix/identity/ @@ -82,7 +83,7 @@ trusted_third_party_id_servers: - vector.im - example.org ``` -It is recommended to remove `matrix.org` and `vector.im` so only your own Identity server is allowed by synapse. +It is recommended to remove `matrix.org` and `vector.im` so only your own Identity server is authoritative for your HS. ## Validate Log in using your Matrix client and set `https://example.org` as your Identity server URL, replacing `example.org` by