From 28413e0e81b23c01bde4b77cc43e7df8b0771f67 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 3 Mar 2022 21:16:25 +0200
Subject: [PATCH] Add Matrix delegation snippet.

---
 snippets/matrix-well-known.conf | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 snippets/matrix-well-known.conf

diff --git a/snippets/matrix-well-known.conf b/snippets/matrix-well-known.conf
new file mode 100644
index 0000000..1962eec
--- /dev/null
+++ b/snippets/matrix-well-known.conf
@@ -0,0 +1,3 @@
+location = /.well-known/matrix/server {
+    return 200 "{\"m.server\": \"matrix.shore.co.il:443\"}";
+}
-- 
GitLab