summary refs log tree commit diff
path: root/docs/reverse_proxy.rst
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-02-27 10:29:24 +0000
committerRichard van der Hoff <richard@matrix.org>2019-02-27 10:29:24 +0000
commit67acd1aa1b931291a011b95488a1fb059fc8f644 (patch)
tree77b543bc3b83c79313e75fdd593f493810f9c6a6 /docs/reverse_proxy.rst
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
parentLimit cache invalidation replication line length (#4748) (diff)
downloadsynapse-67acd1aa1b931291a011b95488a1fb059fc8f644.tar.xz
Merge branch 'develop' into matrix-org-hotfixes
Diffstat (limited to 'docs/reverse_proxy.rst')
-rw-r--r--docs/reverse_proxy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reverse_proxy.rst b/docs/reverse_proxy.rst

index 242935a62f..4706061eba 100644 --- a/docs/reverse_proxy.rst +++ b/docs/reverse_proxy.rst
@@ -79,7 +79,7 @@ Let's assume that we expect clients to connect to our server at SSLEngine on ServerName example.com; - <Location /> + <Location /_matrix> ProxyPass http://127.0.0.1:8008/_matrix nocanon ProxyPassReverse http://127.0.0.1:8008/_matrix </Location>