随笔分类 -  Nginx

Nginx部署安装
摘要:#部署前准备工作 #配置阿里云的yum源yum -y install wgetcd /etc/yum.repos.d/ wget http://mirrors.aliyun.com/repo/Centos-7.repo mv CentOS-Base.repo CentOS-Base.repo.bak 阅读全文
posted @ 2024-04-17 14:07 Mr_星火 阅读(10) 评论(0) 推荐(0)
nginx利用第三方模块nginx_upstream_check_module来检查后端服务器的健康情况
摘要:环境介绍: nginx负载:1.135;后端web:1.131、1.132 1、下载 nginx_upstream_check_module模块 cd /usr/local/srcwget https://codeload.github.com/yaoweibin/nginx_upstream_ch 阅读全文
posted @ 2020-05-09 11:22 Mr_星火 阅读(741) 评论(0) 推荐(0)