From 81942c109db7a5c816a65d5931d7be7a6560b6d7 Mon Sep 17 00:00:00 2001
From: Colin W <cwmke@users.noreply.github.com>
Date: Sun, 2 Sep 2018 23:28:03 -0500
Subject: [PATCH] Remove end '/'s

---
 README.rst | 4 ++--
 1 file 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>
 
-- 
GitLab