Remove coturn, never used, Mumble better anyway
This commit is contained in:
parent
ba985e92c3
commit
881ba32e58
5 changed files with 5 additions and 80 deletions
|
@ -7,16 +7,10 @@
|
|||
locations = {
|
||||
"/.well-known/matrix/client".extraConfig = ''
|
||||
default_type application/json;
|
||||
return 200 '
|
||||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.jimbosfiles.com"
|
||||
},
|
||||
"m.identity_server": {
|
||||
"base_url": "https://matrix.org"
|
||||
}
|
||||
}
|
||||
';
|
||||
return 200 '{
|
||||
"m.homeserver": { "base_url": "https://matrix.jimbosfiles.com" },
|
||||
"m.identity_server": { "base_url": "https://matrix.org" }
|
||||
}';
|
||||
'';
|
||||
"/.well-known/matrix/server".extraConfig = ''
|
||||
default_type application/json;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue