在config中添加如下设置。 ‘memcache.local’ => ‘\OC\Memcache\Redis’, ‘redis’ => [ ‘host’ => ‘127.0.0.1’, ‘port’ => 6379, ],
在config中添加如下设置。 ‘memcache.local’ => ‘\OC\Memcache\Redis’, ‘redis’ => [ ‘host’ => ‘127.0.0.1’, ‘port’ => 6379, ],
在网站配置中添加如下限制 location = /robots.txt { allow all; log_not_found off; access_log off; } # Make a regex exception for `/.well-known` so that clients can still # access it despite the existence of the regex rule # `location ~ /(\.|autotest|…)` which would otherwise handle requests # for `/.well-known`. location ^~ /.well-known { # The rules in this…
apt install libgmp3-dev 由于缺少组件 libgmp3。运行以上命令安装libgmp3后,即可正常安装GMP。