summary refs log tree commit diff
diff options
context:
space:
mode:
authorColin W <cwmke@users.noreply.github.com>2018-09-02 23:28:03 -0500
committerGitHub <noreply@github.com>2018-09-02 23:28:03 -0500
commit81942c109db7a5c816a65d5931d7be7a6560b6d7 (patch)
treecba944f9e8661186e47e2ee976ccfa8738a07429
parentUpdate readme on develop branch (diff)
downloadsynapse-81942c109db7a5c816a65d5931d7be7a6560b6d7.tar.xz
Remove end '/'s
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst

index 46498a7ee0..0fa39a416d 100644 --- a/README.rst +++ b/README.rst
@@ -754,8 +754,8 @@ and an example apache configuration may look like:: ServerName matrix.example.com; <Location /_matrix> - ProxyPass http://127.0.0.1:8008/_matrix/ nocanon - ProxyPassReverse http://127.0.0.1:8008/_matrix/ + ProxyPass http://127.0.0.1:8008/_matrix nocanon + ProxyPassReverse http://127.0.0.1:8008/_matrix </Location> </VirtualHost>