forked from MirrorHub/synapse
Remove end '/'s
This commit is contained in:
parent
a395f1ddb3
commit
81942c109d
1 changed files with 2 additions and 2 deletions
|
@ -754,8 +754,8 @@ and an example apache configuration may look like::
|
||||||
ServerName matrix.example.com;
|
ServerName matrix.example.com;
|
||||||
|
|
||||||
<Location /_matrix>
|
<Location /_matrix>
|
||||||
ProxyPass http://127.0.0.1:8008/_matrix/ nocanon
|
ProxyPass http://127.0.0.1:8008/_matrix nocanon
|
||||||
ProxyPassReverse http://127.0.0.1:8008/_matrix/
|
ProxyPassReverse http://127.0.0.1:8008/_matrix
|
||||||
</Location>
|
</Location>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue