Compare commits
No commits in common. "21e2b743ef90801214f6e3d7aac9374fe6fbc2ad" and "2ac2d8b8dab3fb6c7f6c264662fe5c8eccce10b3" have entirely different histories.
21e2b743ef
...
2ac2d8b8da
|
@ -415,7 +415,7 @@ uploads_path: "/data/uploads"
|
||||||
|
|
||||||
# The largest allowed upload size in bytes
|
# The largest allowed upload size in bytes
|
||||||
#
|
#
|
||||||
max_upload_size: "50M"
|
max_upload_size: "10M"
|
||||||
|
|
||||||
# Maximum number of pixels that will be thumbnailed
|
# Maximum number of pixels that will be thumbnailed
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
listen 8008;
|
listen 8008;
|
||||||
client_max_body_size 50M; # default is 1M
|
|
|
@ -1 +0,0 @@
|
||||||
client_max_body_size 50M; # default is 1M
|
|
|
@ -46,11 +46,6 @@
|
||||||
src: files/configs/matrix/vhost-matrix
|
src: files/configs/matrix/vhost-matrix
|
||||||
dest: "{{ nginx.volume_folder }}/vhost/{{ matrix.domain }}"
|
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
|
- name: upload homeserver.yaml
|
||||||
template:
|
template:
|
||||||
src: "files/configs/matrix/homeserver.yaml"
|
src: "files/configs/matrix/homeserver.yaml"
|
||||||
|
|
Loading…
Reference in a new issue