mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
Rebase
This commit is contained in:
commit
606bd30514
11 changed files with 65 additions and 30 deletions
5
config
5
config
|
@ -80,7 +80,7 @@
|
|||
# Htpasswd encryption method
|
||||
# Value: plain | bcrypt | md5 | sha256 | sha512 | autodetect
|
||||
# bcrypt requires the installation of 'bcrypt' module.
|
||||
#htpasswd_encryption = md5
|
||||
#htpasswd_encryption = autodetect
|
||||
|
||||
# Incorrect authentication delay (seconds)
|
||||
#delay = 1
|
||||
|
@ -176,6 +176,8 @@
|
|||
# Log response content on level=debug
|
||||
#response_content_on_debug = False
|
||||
|
||||
# Log rights rule which doesn't match on level=debug
|
||||
#rights_rule_doesnt_match_on_debug = False
|
||||
|
||||
[headers]
|
||||
|
||||
|
@ -196,4 +198,3 @@
|
|||
# When returning a free-busy report, limit the number of returned
|
||||
# occurences per event to prevent DOS attacks.
|
||||
#max_freebusy_occurrence = 10000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue