LInux下redis及nginx安装
参考https://www.cnblogs.com/xiaochongc/p/11532143.html
可能出现编译失败的情况,有能力自己升级gcc,不行的话就降低redis版本
arm架构下安装需要取消redis.conf最后一行的注释
nginx下载稳定版,
./configure --prefix=安装目录 --with-http_gzip_static_module --with-poll_module --with-file-aio --with-http_realip_module --with-http_addition_module --with-http_addition_module --with-http_random_index_module --with-http_stub_status_module --with-stream
make&&make install