diff options
author | Colin W <cwmke@users.noreply.github.com> | 2018-09-02 23:28:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-02 23:28:03 -0500 |
commit | 81942c109db7a5c816a65d5931d7be7a6560b6d7 (patch) | |
tree | cba944f9e8661186e47e2ee976ccfa8738a07429 /README.rst | |
parent | Update readme on develop branch (diff) | |
download | synapse-81942c109db7a5c816a65d5931d7be7a6560b6d7.tar.xz |
Remove end '/'s
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
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> |