Hi,
I am using latest OwnCloud 9.1.3 and Nginx web server. Everything works very well, but I have little trouble with uploading large files. My limit for file size is 2GB. When I start upload let say 1GB file, it starts continuously uploading. But at the end, file progress stuck on 99% for a few minutes.
I explore, what happened in system and found, that Nginx saving uploaded files to the own cache folder and after this copy the file to the right location (owncloud/data/userprofile/files/*).
Is it some possibility how to turn off the upload cache?
I tried "fastcgi_request_buffering off;" parameter, but without any changes.
Thank you
I am using latest OwnCloud 9.1.3 and Nginx web server. Everything works very well, but I have little trouble with uploading large files. My limit for file size is 2GB. When I start upload let say 1GB file, it starts continuously uploading. But at the end, file progress stuck on 99% for a few minutes.
I explore, what happened in system and found, that Nginx saving uploaded files to the own cache folder and after this copy the file to the right location (owncloud/data/userprofile/files/*).
Is it some possibility how to turn off the upload cache?
I tried "fastcgi_request_buffering off;" parameter, but without any changes.
Thank you