Update for cooperative.computer
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
3wc
2023-04-13 12:30:27 -04:00
parent fc4afc2165
commit 01ba244bcf
5 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
{"m.homeserver":{"base_url":"https://matrix.lumbung.space/"}}
{"m.homeserver":{"base_url":"https://matrix.cooperative.computer/"}}

View File

@ -1,6 +1,6 @@
server {
listen 80 default_server;
server_name lumbung.space;
server_name cooperative.computer;
location /.well-known/matrix/ {
root /var/www/;

View File

@ -1 +1 @@
{"m.server": "matrix.lumbung.space:443"}
{"m.server": "matrix.cooperative.computer:443"}