mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
Limit size of request body
This commit is contained in:
parent
b55d2181ed
commit
e438d9fd4b
3 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,7 @@ INITIAL_CONFIG = {
|
|||
"hosts": "0.0.0.0:5232",
|
||||
"daemon": "False",
|
||||
"pid": "",
|
||||
"max_content_length": "10000000",
|
||||
"timeout": "10",
|
||||
"ssl": "False",
|
||||
"certificate": "/etc/apache2/ssl/server.crt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue