产品型号:Thinkpad E15
系统版本:centos8
安装nginx服务
[root@xuegod63 ~]# yum Install -y epel-release
[root@xuegod63 ~]# yum install -y nginx
[root@xuegod63 ~]# vim /etc/nginx/nginx.conf
在server在字段外添加配置
upstream htmlservers {
server 192.168.1.62:80;
server 192.168.1.64:80;
}
【Thinkpad E15系统 nginx负载均衡配置】如图所示:
添加反向代理,访问192.168.1.63将数据转移到另外两台服务器上
改:
51location / {
52}
为:
location / {
Proxy_pass http://htmlservers;
}
检查语法
[root@xuegod63 ~]# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
配置xuegod62和xuegod64节点
[root@xuegod62 ~]# yum install -y httpd
[root@xuegod62 ~]# ECHO "192.168.1.62" > /var/www/html/index.html
[root@xuegod62 ~]# systemctl start httpd
[root@xuegod64 ~]# yum install -y httpd
[root@xuegod64 ~]# echo "192.168.1.64" > /var/www/html/index.html
[root@xuegod64 ~]# systemctl start httpd
访问web服务:http://192.168.1.63/
刷新页面可以看到主机页面 。
总结:
1. 安装nginx服务
2. 配置nginx负载均衡
3. 启动服务器
4. 通过访问web测试负载平衡效果的服务
- ASUS U4700I系统 微信公众号怎么登录
- ASUS U4700I系统 撤销工作表保护密码忘记了怎么办
- RHCE红帽认证系统管理员 红帽认证rhce考试费
- HSE管理系统是一个有机的整体 HSE管理系统是一个
- 雷云3一直卡在安装界面可能是电脑安装的是32位操作系统 雷云3一直卡在安装界面
- Thinkpad E15系统 find命令技巧
- Thinkpad E15系统 linux磁盘分区方法
- 戴尔成就3690,适用系统:windows10 Excel怎么添加下拉选项内容
- 演示机型:组装台式机,适用系统:Windows10家庭中文版 怎么把u盘里的文件复制到电脑上
- 信息系统项目管理师复习方法有哪些 信息系统项目管理师复习方法