diff --git a/README.rst b/README.rst
index 46498a7ee0ab39f2db46c782f4bd68f5df752e33..0fa39a416d97bbcfe4856db28f8b5cd225c80e29 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>