Remove redundant trusted server from Matrix configuration that might cause issues.
This commit is contained in:
parent
5feeff9d3e
commit
a986fe18c4
2 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
||||||
allow_federation = true;
|
allow_federation = true;
|
||||||
allow_check_for_updates = true;
|
allow_check_for_updates = true;
|
||||||
|
|
||||||
trusted_servers = ["matrix.org" "lilyu.xyz"];
|
trusted_servers = ["matrix.org"];
|
||||||
|
|
||||||
# See https://docs.conduit.rs/turn.html, and https://github.com/element-hq/synapse/blob/develop/docs/turn-howto.md for more details
|
# See https://docs.conduit.rs/turn.html, and https://github.com/element-hq/synapse/blob/develop/docs/turn-howto.md for more details
|
||||||
# turn_uris = [
|
# turn_uris = [
|
||||||
|
|
|
||||||
|
|
@ -178,6 +178,7 @@
|
||||||
# Also accept TLS passthrough on port 443 for the Matrix host so
|
# Also accept TLS passthrough on port 443 for the Matrix host so
|
||||||
# other servers that contact :443/_matrix/*
|
# other servers that contact :443/_matrix/*
|
||||||
# will be forwarded to Conduit as well.
|
# will be forwarded to Conduit as well.
|
||||||
|
# I guess I had to declare the rule explicitly here again?
|
||||||
matrix-tls443 = {
|
matrix-tls443 = {
|
||||||
# match by SNI to avoid interfering with other HTTPS sites
|
# match by SNI to avoid interfering with other HTTPS sites
|
||||||
rule = "HostSNI(`lgbtq.prg-radio.org`)";
|
rule = "HostSNI(`lgbtq.prg-radio.org`)";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue