mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
6 lines
198 B
Text
6 lines
198 B
Text
|
location /.well-known/matrix/ {
|
||
|
return 200 '{"m.server": "__DOMAIN__:__PORT__"}';
|
||
|
add_header Content-Type application/json;
|
||
|
add_header Access-Control-Allow-Origin '*';
|
||
|
}
|