Server non-scary page at matrix domain (take 2)

Fix for 12b65d8ccc.
This commit is contained in:
Slavi Pantaleev 2018-12-29 20:11:37 +02:00
parent c48e31381d
commit 87b5f0a4d4

View File

@ -107,6 +107,6 @@ server {
}
location / {
set $location "/_matrix/static/";
rewrite ^/$ /_matrix/static/ last;
}
}