Hello all
I spent a lot of time resolving issue.
So I have to share solution
First of all:
- I’m using debian, nginx, php-fpm
- I’ve followed instruction from https://docs.nextcloud.com/server/15/admin_manual/installation/nginx.html
- also I’ve increased all values about maximum upload file size
- I’ve inserted mysql statement about max_chunk_size
I’ve discovered that instruction from 2) correctly process .file ended files
Nothing helps me
When I modify file in shared folder it does not sync, blue icon is shown near file constantly if file larger than 10mb. Forcing of synchronization does not help.
Workaround is to upload this file via webui with replacement of existing file. After several seconds later file changes status to “sync”
Solution is to remove http2 statement from nginx configuration and restart nextcloud application.