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