1
0
Fork 0
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:
ericgaspar 2022-02-21 14:40:30 +01:00
parent 94439e30ce
commit b18fa74b86

View file

@ -17,11 +17,11 @@ location / {
} }
location /.well-known/matrix/server { location /.well-known/matrix/server {
return 200 '{ "m.server": "__DOMAIN__:443" }'; return 200 '{ "m.server": "__SYNAPSE_DOMAIN__:443" }';
} }
location /.well-known/matrix/client { location /.well-known/matrix/client {
return 200 '{ "m.homeserver": { "base_url": "https://__DOMAIN__" } }'; return 200 '{ "m.homeserver": { "base_url": "https://__SYNAPSE_DOMAIN__" } }';
} }
location /_matrix { location /_matrix {