Iām running the Docker-Container from Nextcloud 25 behind Traefik-Reverse-Proxy. All fine so far, but itās not possible, to receive files via Web-Interface bigger than 1GB.
Actually, in my Docker-Compose file 2GB are set with:
- PHP_MEMORY_LIMIT=2048M
- PHP_UPLOAD_LIMIT=2048M
Nextcloud-GUI also shows, that the limit is 2GB.
But if a file is bigger than 1GB, the upload still crashes.
I remember earlier without docker with nginx, I set client_max_size, but I donāt know how to manage that now.
Can anybody help me?
Thanks a lot!!
Tom