From 5f33bcd953a17c903e407e6a5fce51039bae239c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Thu, 25 Jul 2019 15:37:32 +0200 Subject: [PATCH] matrix-synapse: fix documentation better --- nixos/doc/manual/configuration/matrix.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/configuration/matrix.xml b/nixos/doc/manual/configuration/matrix.xml index 40dd1406bb6..ef8d5cbda88 100644 --- a/nixos/doc/manual/configuration/matrix.xml +++ b/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 / }; }; };