NextCloud

wwiki
Jhkim (토론 | 기여)님의 2019년 3월 26일 (화) 07:36 판 (새 문서: memcache sudo apt install php-apcu config/config.php 'memcache.local' => '\OC\Memcache\APCu', sudo systemctl restart php7.3-fpm.service nginx.service)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색

memcache

sudo apt install php-apcu

config/config.php

'memcache.local' => '\OC\Memcache\APCu',

sudo systemctl restart php7.3-fpm.service nginx.service