/etc/owncloud9/config/config.php — файл конфигурации ownCloud.
Важно
'maintenance' => false,
'loglevel' => '3',
'memcache.local' => '\OC\Memcache\Memcached',
'memcache.distributed' => '\OC\Memcache\Memcached',
'memcached_servers' => array(
array('localhost', 11211),
),
owncloud.test.ru/apps/files/ вместо owncloud.test.ru/index.php/apps/files/), добавив в файл конфигурации строки:
'overwrite.cli.url' => 'https://owncloud.test.ru', 'htaccess.RewriteBase' => '/',