mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
Create server_name.conf
This commit is contained in:
parent
170268fff0
commit
f4197b7cf8
1 changed files with 5 additions and 0 deletions
5
server_name.conf
Normal file
5
server_name.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
location /.well-known/matrix/server {
|
||||||
|
return 200 '{"m.server": "__DOMAIN__:443"}';
|
||||||
|
add_header Content-Type application/json;
|
||||||
|
add_header Access-Control-Allow-Origin '*';
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue