码迷,mamicode.com
首页 > 移动开发 > 详细

NextCloud的AppStore打开很慢、打开后空白的原因及解决方法

时间:2020-03-24 12:32:36      阅读:969      评论:0      收藏:0      [点我收藏+]

标签:nec   option   next   default   mat   defaults   pstore   通过   string   

NextCloud是一个比较好用的网盘,不过他家的这速度也是呵呵了,国内网络差点的话,基本上遇到需要下载、连AppStore就呵呵了,所以,AppStore打开很慢、打开后空白的原因,那就是“网速慢”。要解决这个问题其实也简单,挂一个代理,不一定需要外国的,国内有些线路是用的CN2、CN2GIA,通过他们,在NextCloud的配置文件设置个代理即可。
位置:config/config.php
增加行:

‘proxy‘ => ‘<ip>:<port>‘,

如果有啥不明白的,可以看config.sample.php,里面有这段:

/**
 * The URL of your proxy server, for example ``proxy.example.com:8081``.
 *
 * Defaults to ``‘‘`` (empty string)
 */
‘proxy‘ => ‘‘,

/**
 * The optional authentication for the proxy to use to connect to the internet.
 * The format is: ``username:password``.
 *
 * Defaults to ``‘‘`` (empty string)
 */
‘proxyuserpwd‘ => ‘‘,

NextCloud的AppStore打开很慢、打开后空白的原因及解决方法

标签:nec   option   next   default   mat   defaults   pstore   通过   string   

原文地址:https://blog.51cto.com/cto99/2481210

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!