mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-03-26 11:50:58 +03:00
.well-known/element
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user