matrix-synapse: fix documentation
This commit is contained in:
parent
a9166c763d
commit
94acf13957
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ in {
|
|||
|
||||
# forward all Matrix API calls to the synapse Matrix homeserver
|
||||
locations."/_matrix" = {
|
||||
proxyPass = "http://[::1]:8008";
|
||||
proxyPass = "http://[::1]:8008/_matrix";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue