nextcloud: Raise upload limit to 1GB

This commit is contained in:
Reynir Björnsson 2022-08-31 20:10:42 +02:00
parent 73adef15f9
commit f0979ec654
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,4 +1,9 @@
---
- name: upload vhost config for cloud.data.coop
template:
src: files/configs/nextcloud/vhost
dst: "{{ nginx.volume_folder }}/vhost/{{ nextcloud.domain }}"
- name: setup nextcloud containers
docker_compose:
project_name: "nextcloud"
@ -39,4 +44,4 @@
postfix:
external: true
external_services:
external: true
external: true