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:
parent
e97fb5bdf5
commit
c1621ec3b3
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue