Remove end '/'s

pull/3783/head
Colin W 2018-09-02 23:28:03 -05:00 committed by GitHub
parent a395f1ddb3
commit 81942c109d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>