04-03-2022

This commit is contained in:
2022-03-04 17:56:50 +01:00
parent e6fc2251ec
commit 5b45dc0863
70 changed files with 3189 additions and 673 deletions

View File

@@ -6,11 +6,7 @@ https://blog.viking-studios.net/en/nextcloud-hub-optimization-on-a-synology-disk
config.php
```
```php title="config.php"
'memcache.local' => '\OC\Memcache\APCu',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'redis' =>
@@ -25,9 +21,7 @@ config.php
```
```ini title="php.ini"
[apc]
apc.enable_cli=1
```