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:
Good luck
Apache or virtualhost add following:
HTML:
<VirtualHost *:443>
...
Timeout 600
ProxyTimeout 600
...
</VirtualHost>
Good luck