Failing to download 7GB file

Nextcloud version: 22.2.3
Operating system and version: Linux 5.10.28-Unraid x86_64
Apache or nginx version: I think it’s nginx, but can’t find that in system info.
PHP version: 7.4.26

The issue you are facing:

I’ve tried to download a 7GB file from my NextCloud and it was dropping the connection every 1GB. I had to resume it 6 times to finish the download.

The output of your Nextcloud log in Admin > Logging:

Only old events nothing from the time of downloading.

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'datadirectory' => '/data',
  'instanceid' => '***',
  'passwordsalt' => '***',
  'secret' => '***',
  'trusted_domains' => 
  array (
    0 => '***',
    1 => '***',
  ),
  'dbtype' => 'mysql',
  'version' => '22.2.3.0',
  'overwrite.cli.url' => '***',
  'dbname' => '***',
  'dbhost' => '***',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => '***',
  'dbpassword' => '***',
  'default_phone_region' => 'GB',
  'installed' => true,
  'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
  'app_install_overwrite' => 
  array (
    0 => 'flowupload',
  ),
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
);
![image|452x500](upload://mccAiVUUen2GuDrGUNqbhs6XBQy.png)

The output of your Apache/nginx/system log in /var/log/____:

it's empty

OK. I’ve got a solution, I needed to adjust Nginx Proxy Manager Config.

1 Like