Hi!
I have problem only with upload speed. Download speed fine.
I use nextcloud 15
OS Debian 9
RAM 128
CPU Intel xeon silver 4114
PHP 7.0
NGINX
Mysql (mariadb)
Hear my config.php for cache
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘memcache.distributed’ => ‘\OC\Memcache\Redis’,
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘redis’ =>
array (
‘host’ => ‘/var/run/redis/redis.sock’,
‘port’ => 0,
‘dbindex’ => 0,
‘password’ => ‘secret’,
‘timeout’ => 1.5,
),
How i can fix this ?