mirror of
https://github.com/YunoHost-Apps/synapse-admin_ynh.git
synced 2024-09-03 20:26:34 +02:00
Update nginx.conf
This commit is contained in:
parent
94439e30ce
commit
b18fa74b86
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@ location / {
|
|||
}
|
||||
|
||||
location /.well-known/matrix/server {
|
||||
return 200 '{ "m.server": "__DOMAIN__:443" }';
|
||||
return 200 '{ "m.server": "__SYNAPSE_DOMAIN__:443" }';
|
||||
}
|
||||
|
||||
location /.well-known/matrix/client {
|
||||
return 200 '{ "m.homeserver": { "base_url": "https://__DOMAIN__" } }';
|
||||
return 200 '{ "m.homeserver": { "base_url": "https://__SYNAPSE_DOMAIN__" } }';
|
||||
}
|
||||
|
||||
location /_matrix {
|
||||
|
|
Loading…
Reference in a new issue