Add missing example path to Nextcloud config.php file
This commit is contained in:
parent
508bd68992
commit
73bc7a7e5e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ As described on the [Redis](redis.md) documentation page, if you're hosting addi
|
||||||
|
|
||||||
If you're only running Nextcloud on this server and don't need to use Redis for anything else, you can [use a single Redis instance](#using-the-shared-redis-instance-for-nextcloud).
|
If you're only running Nextcloud on this server and don't need to use Redis for anything else, you can [use a single Redis instance](#using-the-shared-redis-instance-for-nextcloud).
|
||||||
|
|
||||||
**Regardless** of the method of installing Redis, you may need to adjust your Nextcloud configuration file () to **add** this:
|
**Regardless** of the method of installing Redis, you may need to adjust your Nextcloud configuration file (e.g. `/mash/nextcloud/data/config/config.php`) to **add** this:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
'memcache.distributed' => '\OC\Memcache\Redis',
|
'memcache.distributed' => '\OC\Memcache\Redis',
|
||||||
|
|
Loading…
Reference in a new issue