Solved FreeBSD14.1, Nextcloud, apache24 + php82-fpm, Expected filesize of x bytes but read y....

Hi there, I have faced this issue on all BSD machine recently updated to 14.1, Nextcloud sync via desctop clients connection random drop issue. Here is the fix I found worked for me:

Apache or virtualhost add following:
HTML:
    <VirtualHost *:443>
        ...
        Timeout 600
        ProxyTimeout 600
        ...
    </VirtualHost>

Good luck
 
Back
Top