04 2017 档案

摘要:把文件转成 redis 命令 然后导入新redis cat o.raw | redis-cli -h 127.0.0.1 -p 6379 阅读全文
posted @ 2017-04-13 10:47 詹老师 阅读(287) 评论(1) 推荐(0)
摘要:折腾一下午都没发现问题,最后发现是权限问题。 gpasswd -a nginx root chmod g+x /root 暴力加到root中 问题解决 同时要确保 启动进程用户 跟 配置使用用户是一致的 ps aux | grep "nginx: worker process" 阅读全文
posted @ 2017-04-06 16:39 詹老师 阅读(326) 评论(0) 推荐(0)