matrix-synapse: redirect to vno1-oh2

This commit is contained in:
Motiejus Jakštys 2023-08-25 16:16:28 +03:00
parent 3687d7cd73
commit 4ef5ac515e
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
handle /_matrix/* {
encode gzip
reverse_proxy http://127.0.0.1:8008
reverse_proxy http://${myData.hosts."vno1-oh2.servers.jakst".jakstIP}:${toString myData.ports.matrix-synapse}
}
'';
};