本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
ka
/
ansible-role-nextcloud
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
enable caching
master
Markus Katharina Brechtel
7 年之前
父節點
86e4736497
當前提交
12b9f26b64
共有
2 個檔案被更改
,包括
13 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
tasks/setup_Debian.yml
+10
-0
templates/config.php.j2
+ 3
- 0
tasks/setup_Debian.yml
查看文件
@@ -20,6 +20,9 @@
- ca-certificates
- sudo
- php-apcu
- memcached
- php-memcached
notify: restart apache2
- name: remove default page
file:
+ 10
- 0
templates/config.php.j2
查看文件
@@ -314,4 +314,14 @@ $CONFIG = array(
'upgrade.disable-web' => true,
/**
* Enable memcache
*/
'memcache.local' => '\OC\Memcache\APCu',
'memcache.distributed' => '\OC\Memcache\Memcached',
'memcached_servers' => array(
array('localhost', 11211),
),
);
Write
Preview
Loading…
取消
儲存