summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2019-07-13 18:17:14 +0200
committerGitHub <noreply@github.com>2019-07-13 18:17:14 +0200
commit8f38f0341c8be49a775447f856d000cd845b5165 (patch)
tree49d5c6ca251b3885491ee8dafa56e176e4e72350 /nixos
parent9a846892a29b710a34a3461995075f3052505b91 (diff)
parent94acf1395772c85daa4fc214b5ae62c5759fe07f (diff)
downloadnixpkgs-8f38f0341c8be49a775447f856d000cd845b5165.tar
nixpkgs-8f38f0341c8be49a775447f856d000cd845b5165.tar.gz
nixpkgs-8f38f0341c8be49a775447f856d000cd845b5165.tar.bz2
nixpkgs-8f38f0341c8be49a775447f856d000cd845b5165.tar.lz
nixpkgs-8f38f0341c8be49a775447f856d000cd845b5165.tar.xz
nixpkgs-8f38f0341c8be49a775447f856d000cd845b5165.tar.zst
nixpkgs-8f38f0341c8be49a775447f856d000cd845b5165.zip
Merge pull request #63639 from Ekleog/fix-matrix-doc
matrix-synapse: fix documentation
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/configuration/matrix.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/configuration/matrix.xml b/nixos/doc/manual/configuration/matrix.xml
index 4c559a71e81..40dd1406bb6 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";
+          proxyPass = "http://[::1]:8008/_matrix";
         };
       };
     };