Fix matrix public_baseurl being wrong

Still forward traffic on vanpetegem.me for now, since clients don't seem to
update automatically (immediately?).
This commit is contained in:
Charlotte Van Petegem 2022-03-06 01:43:19 +01:00
parent d76b03ed7f
commit ed11652607
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 15 additions and 2 deletions

View file

@ -31,7 +31,7 @@
matrix-synapse = {
enable = true;
server_name = "vanpetegem.me";
public_baseurl = "https://vanpetegem.me";
public_baseurl = "https://matrix.vanpetegem.me";
listeners = [{
port = 8448;
bind_address = "localhost";