matrix-synapse: fix documentation better

This commit is contained in:
Léo Gaspard
2019-07-25 15:37:32 +02:00
parent 22f5ee4e0e
commit 5f33bcd953

View File

@@ -95,7 +95,7 @@ in {
# forward all Matrix API calls to the synapse Matrix homeserver
locations."/_matrix" = {
proxyPass = "http://[::1]:8008/_matrix";
proxyPass = "http://[::1]:8008"; # without a trailing /
};
};
};