Skip to content

Commit

Permalink
Serve a non-scary page at the matrix domain
Browse files Browse the repository at this point in the history
Fixes #18 (Github issue).

It would probably be better if we serve our own page,
as the Matrix one says:

"To use this server you'll need a Matrix client", which
is true, but we install Riot by default and it'd be better if we mention
that instead.
  • Loading branch information
spantaleev committed Dec 23, 2018
1 parent b9b5674 commit 12b65d8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,8 @@ server {
client_max_body_size {{ matrix_synapse_max_upload_size_mb }}M;
proxy_max_temp_file_size 0;
}

location / {
set $location "/_matrix/static/";
}
}

0 comments on commit 12b65d8

Please sign in to comment.