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

Update nginx.conf

This commit is contained in:
ericgaspar 2022-02-09 16:07:45 +01:00
parent e97fb5bdf5
commit c1621ec3b3
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -11,7 +11,7 @@ location /.well-known/matrix/server {
location /.well-known/matrix/client {
return 200 '{ "m.homeserver": { "base_url": "https://__DOMAIN__" } }';
more_set_headers Access-Control-Allow-Origin: *";
more_set_headers "Access-Control-Allow-Origin: *";
}
location /_matrix {