migrate: kid; matrix, firefish, search engine
This commit is contained in:
parent
a12c81159a
commit
509afb52a8
25 changed files with 699 additions and 0 deletions
|
@ -5,4 +5,14 @@ server {
|
|||
location / {
|
||||
proxy_pass http://ixvd-web$request_uri;
|
||||
}
|
||||
|
||||
# matrix
|
||||
location /.well-known/matrix/server {
|
||||
return 200 '{ "m.server": "matrix.ixvd.net:443" }';
|
||||
}
|
||||
|
||||
location /.well-known/matrix/client {
|
||||
add_header Access-Control-Allow-Origin '*';
|
||||
return 200 '{ "m.homeserver": { "base_url": "https://matrix.ixvd.net" } }';
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue