Nextcloud version (eg, 20.0.5): 25.0.4
Operating system and version (eg, Ubuntu 20.04): debian 11 server
Apache or nginx version (eg, Apache 2.4.25): nginx version: openresty/1.21.4.1
PHP version (eg, 7.4): 8.1.16
The issue you are facing: slow upload and download speeds, video playback buffers constantly
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'htaccess.RewriteBase' => '/',
'memcache.local' => '\\OC\\Memcache\\APCu',
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/html/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
'instanceid' => '########',
'passwordsalt' => '########',
'secret' => '########',
'trusted_domains' =>
array (
0 => '########',
),
'datadirectory' => '/var/www/html/data',
'dbtype' => 'mysql',
'version' => '25.0.4.1',
'overwrite.cli.url' => '########',
'dbname' => '########',
'dbhost' => '########',
'dbport' => '########',
'dbtableprefix' => '########',
'mysql.utf8mb4' => true,
'dbuser' => '########',
'dbpassword' => '########',
'installed' => true,
'overwriteprotocol' => 'https',
'maintenance' => false,
'memcache.locking' => '\\OC\\Memcache\\Redis',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'redis',
//'host' => 'docker',
'port' => 6379,
'password' => '########',
),
);
The output of your Apache/nginx/system log in /var/log/____
:
nginx configuration is handled by NginxProxyManager
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
no such file