소스 검색

Serve a non-scary page at the matrix domain

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.
pull/61/head
Slavi Pantaleev 7 년 전
부모
커밋
12b65d8ccc
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      roles/matrix-server/templates/nginx-conf.d/matrix-synapse.conf.j2

+ 4
- 0
roles/matrix-server/templates/nginx-conf.d/matrix-synapse.conf.j2 파일 보기

@@ -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/";
}
}

불러오는 중...
취소
저장