From 525ee25af1e1e209805a93b7639e7385fbfc3a08 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 3 Mar 2022 21:19:19 +0200 Subject: [PATCH] Delegate Matrix federation traffic. So that user@shore.co.il chats are done by the Synapse instance. --- conf.d/shore.co.il.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/shore.co.il.conf b/conf.d/shore.co.il.conf index 293ca44..dbbd0be 100644 --- a/conf.d/shore.co.il.conf +++ b/conf.d/shore.co.il.conf @@ -24,6 +24,7 @@ server { include snippets/nextcloud-well-known.conf; include snippets/activesync.conf; include snippets/redirect-www.conf; + include snippets/matrix-well-known.conf; location = / { return 301 https://www.shore.co.il/blog/; } } -- GitLab