Merge pull request #63639 from Ekleog/fix-matrix-doc

matrix-synapse: fix documentation
This commit is contained in:
Léo Gaspard
2019-07-13 18:17:14 +02:00
committed by GitHub

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