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

 

相关文章:

  • 2021-12-02
  • 2021-10-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
  • 2021-04-09
  • 2021-07-10
  • 2021-10-01
相关资源
相似解决方案