diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-11 11:44:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-11 11:44:28 +0000 |
commit | c475275926aeee906b76621444468280d5bf569b (patch) | |
tree | b7f346982e3fa222870ab50004cbbc54a2cedc59 /INSTALL.md | |
parent | ACME Reprovisioning (#4522) (diff) | |
download | synapse-c475275926aeee906b76621444468280d5bf569b.tar.xz |
Clarifications for reverse proxy docs (#4607)
Factor out the reverse proxy info to a separate file, add some more info on reverse-proxying the federation port.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index cbe4bda120..e496a13b21 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -359,8 +359,9 @@ Synapse v1.0. Instructions for having Synapse automatically provision and renew If you would like to use your own certificates, you can do so by changing `tls_certificate_path` and `tls_private_key_path` in `homeserver.yaml`; -alternatively, you can use a reverse-proxy. Apart from port 8448 using TLS, -both ports are the same in the default configuration. +alternatively, you can use a reverse proxy. See +[docs/reverse_proxy.rst](docs/reverse_proxy.rst) for information on configuring +a reverse proxy. ## Registering a user |