Showing with 1 addition and 1 deletion.
  1. +1 −1 nixos/doc/manual/configuration/matrix.xml
@@ -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 /
};
};
};