mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Minor corrections
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
SFTP
|
||||
====
|
||||
|
||||
Nextcloud's SFTP (FTP over an SSH tunne) backend supports both password and
|
||||
Nextcloud's SFTP (FTP over an SSH tunnel) backend supports both password and
|
||||
public key authentication.
|
||||
|
||||
The **Host** field is required; a port can be specified as part of the **Host**
|
||||
|
||||
@@ -1253,8 +1253,8 @@ Available failover modes:
|
||||
|
||||
WARNING: FAILOVER_DISTRIBUTE is a not recommended setting and we strongly
|
||||
suggest to not use it if you use Redis for file locking. Due to the way Redis
|
||||
is synchronised it could happen, that the read for an existing lock is
|
||||
scheduled to a slave that is not fully synchronised with the connected master
|
||||
is synchronized it could happen, that the read for an existing lock is
|
||||
scheduled to a slave that is not fully synchronized with the connected master
|
||||
which then causes a FileLocked exception.
|
||||
|
||||
See https://redis.io/topics/cluster-spec for details about the Redis cluster
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
.. _html:
|
||||
|
||||
=============
|
||||
Html elements
|
||||
HTML elements
|
||||
=============
|
||||
|
||||
Progress bar
|
||||
|
||||
Reference in New Issue
Block a user