config/doc: extension related to auth delay
This commit is contained in:
@@ -253,11 +253,14 @@ The default values should be fine for most scenarios.
|
|||||||
max_connections = 20
|
max_connections = 20
|
||||||
# 100 Megabyte
|
# 100 Megabyte
|
||||||
max_content_length = 100000000
|
max_content_length = 100000000
|
||||||
|
# 10 Megabyte (>= 3.5.10)
|
||||||
|
max_resource_size = 10000000
|
||||||
# 30 seconds
|
# 30 seconds
|
||||||
timeout = 30
|
timeout = 30
|
||||||
|
|
||||||
[auth]
|
[auth]
|
||||||
# Average delay after failed login attempts in seconds
|
# Average delay after failed login attempts in seconds
|
||||||
|
# Also used for invalid/not-existing/not-enabled share-by-token (>= 3.7.0)
|
||||||
delay = 1
|
delay = 1
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -1077,6 +1080,8 @@ Default: `False`
|
|||||||
|
|
||||||
Average delay (in seconds) after failed login attempts.
|
Average delay (in seconds) after failed login attempts.
|
||||||
|
|
||||||
|
Also used for invalid/not-existing/not-enabled share-by-token. _(>= 3.7.0)_
|
||||||
|
|
||||||
Default: `1`
|
Default: `1`
|
||||||
|
|
||||||
##### realm
|
##### realm
|
||||||
|
|||||||
1
config
1
config
@@ -181,6 +181,7 @@
|
|||||||
#htpasswd_cache = False
|
#htpasswd_cache = False
|
||||||
|
|
||||||
# Incorrect authentication delay (seconds)
|
# Incorrect authentication delay (seconds)
|
||||||
|
# Also used for invalid/not-existing/not-enabled share-by-token (>= 3.7.0)
|
||||||
#delay = 1
|
#delay = 1
|
||||||
|
|
||||||
# Message displayed in the client when a password is needed
|
# Message displayed in the client when a password is needed
|
||||||
|
|||||||
Reference in New Issue
Block a user