ichiTechs / Dockerized-SSL-NextCloud-with-MariaDB

A NextCloud server with a MariaDB database behind a Nginx reverse proxy with LetsEncrypt for SSL encryption
57 stars 25 forks source link

large files refused #6

Open Marthaarman opened 5 years ago

Marthaarman commented 5 years ago

I can't upload files with a size larger than (i tested sofar) 1 MB. Somehow the server refuses them. Where can I update the allowed size?

I tried editing the client_max_body_size in the nginx.conf but no result

malger commented 5 years ago

Nginx proxy upload size has also be set. See this comment for a fix https://github.com/nextcloud/docker/issues/95#issuecomment-322683966

bleissem commented 5 years ago

@Marthaarman You might try my fork and leave a comment how that worked for you. https://github.com/bleissem/Dockerized-SSL-NextCloud-with-MariaDB There is also a pull request that is currently open. I hope that this pullrequest is going to be accepted soon.

strasharo commented 1 year ago

@bleissem Your fix worked, thanks a lot for the tip.