Bump Matrix max upload size to a whopping 50 MB #45

Merged
graffen merged 2 commits from matrix-max-upload-size into master 2020-11-27 09:37:59 +00:00
3 changed files with 8 additions and 1 deletions
Showing only changes of commit 8d88016efd - Show all commits

View File

@ -1 +1,2 @@
listen 8008;
listen 8008;
client_max_body_size 50M; # default is 1M

View File

@ -0,0 +1 @@
client_max_body_size 50M; # default is 1M

View File

@ -46,6 +46,11 @@
src: files/configs/matrix/vhost-matrix
dest: "{{ nginx.volume_folder }}/vhost/{{ matrix.domain }}"
- name: upload vhost config for riot domain
template:
src: files/configs/matrix/vhost-riot
dest: "{{ nginx.volume_folder }}/vhost/{{ domain.domain }}"
- name: upload homeserver.yaml
template:
src: "files/configs/matrix/homeserver.yaml"