matrix-synapse: fix documentation

This commit is contained in:
Léo Gaspard
2019-06-22 02:32:29 +02:00
parent a9166c763d
commit 94acf13957

View File

@@ -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";
};
};
};