1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

compression attribute on default bucket

This commit is contained in:
Damodar Lohani 2022-08-31 02:29:06 +00:00
parent e54125a6f5
commit 4ba8e725ea

View file

@ -169,6 +169,7 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) {
'maximumFileSize' => (int) App::getEnv('_APP_STORAGE_LIMIT', 0), // 10MB
'allowedFileExtensions' => [],
'enabled' => true,
'compression' => 'gzip',
'encryption' => true,
'antivirus' => true,
'fileSecurity' => true,