forked from mirrors/nixpkgs
Merge pull request #63639 from Ekleog/fix-matrix-doc
matrix-synapse: fix documentation
This commit is contained in:
commit
8f38f0341c
|
@ -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