1
0
Fork 0
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:
ericgaspar 2023-08-25 15:51:18 +02:00
parent 170268fff0
commit f4197b7cf8

5
server_name.conf Normal file
View 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 '*';
}