mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 14:31:09 +03:00
302 to element
This commit is contained in:
@@ -40,6 +40,10 @@ server {
|
||||
|
||||
include /etc/nginx/conf.d/include/ssl.conf;
|
||||
|
||||
location = / {
|
||||
return 302 https://${ELEMENT_WEB_FQDN};
|
||||
}
|
||||
|
||||
location /.well-known/matrix/ {
|
||||
root /var/www;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user