1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Give higher .well-known priority vs nextcloud

This commit is contained in:
tituspijean 2024-02-13 21:01:37 +01:00 committed by GitHub
parent 2ff8841400
commit 5969169072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
location /.well-known/matrix/server { location = /.well-known/matrix/server {
return 200 '{"m.server": "__DOMAIN__:__PORT_TLS__"}'; return 200 '{"m.server": "__DOMAIN__:__PORT_TLS__"}';
add_header Content-Type application/json; add_header Content-Type application/json;
add_header Access-Control-Allow-Origin '*'; add_header Access-Control-Allow-Origin '*';
} }
location /.well-known/matrix/client { location = /.well-known/matrix/client {
return 200 '{ return 200 '{
"m.homeserver": { "base_url": "https://__DOMAIN__" } "m.homeserver": { "base_url": "https://__DOMAIN__" }
}'; }';