本帖最后由 Gabriel 于 2017-8-1 07:31 编辑
BT环境下安装nextcloud会提示如下警告
请问如何修复?
安全及设置警告
对您的服务器的安全性和性能来说,一切都配置正确很重要。 为了帮助您,我们正在做一些自动检查。 有关详细信息,请参阅提示和窍门部分和文档。
PHP 模块 'fileinfo' 缺失. 我们强烈建议启用此模块以便在 MIME 类型检测时获得最准确的结果.
Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)
Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root.
You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips.
No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation.
The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
请再次检查 安装指南 ↗, 并检查 日志 中的任何错误或警告.
|
|