11-11-2021

This commit is contained in:
2021-11-11 10:53:38 +01:00
parent 6c514dbbef
commit e6fc2251ec
18 changed files with 1001 additions and 251 deletions

View File

@@ -0,0 +1,34 @@
# Nextcloud
https://blog.viking-studios.net/en/nextcloud-hub-optimization-on-a-synology-diskstation-with-dsm-6/
config.php
```
'memcache.local' => '\OC\Memcache\APCu',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '127.0.0.1',
'port' => '6379',
'timeout' => '0',
'dbindex' => '0',
),
'memcache.locking' => '\OC\Memcache\Redis',
```
```
[apc]
apc.enable_cli=1
```