Commit 525ee25a authored by nimrod's avatar nimrod
Browse files

Delegate Matrix federation traffic.

So that user@shore.co.il chats are done by the Synapse instance.
parent e1867cf1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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/; }
}