Skip to content

Commit e527b82

Browse files
committed
Set filemanager max upload size to 1G
1 parent b81562a commit e527b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/deb/filemanager/filegator/configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
$dist_config['frontend_config']['editable'] = ['.txt', '.css', '.js', '.ts', '.html', '.php', '.py',
99
'.yml', '.xml', '.md', '.log', '.csv', '.conf', '.config', '.ini', '.scss', '.sh', '.env', '.example' ];
1010
$dist_config['frontend_config']['guest_redirection'] = '/login/' ;
11+
$dist_config['frontend_config']['upload_max_size'] = 1024 * 1024 * 1024;
1112

1213
$dist_config['services']['Filegator\Services\Storage\Filesystem']['config']['adapter'] = function () {
1314

0 commit comments

Comments
 (0)