mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 06:10:54 +03:00
WebClient: remove the default upload size limit
Users who want a limit can still set it. By default, we want to allow uploads of any size Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -336,7 +336,7 @@
|
||||
"ca_revocation_lists": [],
|
||||
"signing_passphrase": "",
|
||||
"token_validation": 0,
|
||||
"max_upload_file_size": 1048576000,
|
||||
"max_upload_file_size": 0,
|
||||
"cors": {
|
||||
"enabled": false,
|
||||
"allowed_origins": [],
|
||||
|
||||
Reference in New Issue
Block a user