NextCloud 禁用文件锁 发布于 2021-01-06 843 次阅读 Nextcloud 禁用文件锁: 在config/config.php中添加一行: 'filelocking.enabled' => false, 这个方法适合单用户实例。
Comments | NOTHING