I deployed the Nextcloud Helm chart to my cluster. Installation went fine and I can use it. But I can only upload small files (the default).
How can I configure the helm chart to allow larger files (5Gi) to be uploaded?
I deployed the Nextcloud Helm chart to my cluster. Installation went fine and I can use it. But I can only upload small files (the default).
How can I configure the helm chart to allow larger files (5Gi) to be uploaded?
You should edit the variable
client_max_body_size 10G;
in the NGINX config (https://github.com/helm/charts/blob/master/stable/nextcloud/templates/nginx-config.yaml#L97).the easiest way I found to solve this was to use nextcloud:19-fpm as the image and enable nginx.