.well-known/element

This commit is contained in:
Matthew Hodgson
2024-11-09 18:04:56 +00:00
parent d6cd3ac090
commit 36b022c148
2 changed files with 7 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ server {
root /var/www/certbot;
}
location /.well-known/matrix/ {
location ~ ^/.well-known/(matrix|element)/ {
root /var/www;
}
@@ -44,7 +44,7 @@ server {
return 302 https://${ELEMENT_WEB_FQDN};
}
location /.well-known/matrix/ {
location ~ ^/.well-known/(matrix|element)/ {
root /var/www;
}

View File

@@ -0,0 +1,5 @@
{
"call": {
"widget_url": "https://${ELEMENT_CALL_FQDN}"
}
}