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
No known key found for this signature in database
GPG key ID: 771E7AD1170FE690

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