mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
WIP (add missing configuration options)
This commit is contained in:
parent
482ee333f1
commit
016c4585fa
4 changed files with 21 additions and 6 deletions
|
@ -62,13 +62,23 @@ Default: ``20``
|
|||
### max_content_length
|
||||
The maximum size of the request body. (bytes)
|
||||
|
||||
Default ``10000000``
|
||||
Default: ``10000000``
|
||||
|
||||
### timeout
|
||||
Socket timeout. (seconds)
|
||||
|
||||
Default: ``10``
|
||||
|
||||
### ssl
|
||||
Enable transport layer encryption.
|
||||
|
||||
Default: ``False``
|
||||
|
||||
### certificate
|
||||
Path of the SSL certifcate.
|
||||
|
||||
Default: ``/etc/ssl/radicale.cert.pem``
|
||||
|
||||
### key
|
||||
Path to the private key for SSL. Only effective if ``ssl`` is enabled.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue