메인 항목으로

Redis 설정

"config/www/nextcloud/config/config.php" 파일을 수정합니다.

config_location.png

아래 문장을 "config.php"에 추가해 줍니다.

'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' =>
    array
    (
 'host' => 'redis',
    'port' => '6379',
    'timeout' => '0',
    'dbindex' => '0',
    ),