Mac下nginx、redis

Mac下安装nginx:brew install nginx

安装完后启动nginx:nginx

配置文件路径:/usr/local/etc/nginx/nginx.conf

重新加载配置文件命令:nginx -s reload

nginx调优:https://www.cnblogs.com/cheyunhua/p/10670070.html

 

Mac下安装nginx:brew install redis

配置文件路径:redis-server /usr/local/etc/redis.conf

用python2监控redis:https://www.jianshu.com/p/e913cad350a5

redis监控工具汇总:https://www.cnblogs.com/felixzh/p/11170143.html

 

posted @ 2021-04-15 15:16  韩凯1202  阅读(82)  评论(0编辑  收藏  举报