nginx 负载均衡
nginx可以实例负载均衡。
准备工作
操作系统:欧拉2.8 arm
ecs-cecd-0002:192.168.0.141 #Nginx服务器
ecs-cecd-0001:192.168.0.8 #Web服务器
ecs-cecd-0003:192.168.0.92 #Web服务器配置web访问
在ecs-cecd-0001与ecs-cecd-0003上安装httpd:
yum install -y httpd
在ecs-cecd-0001:
echo 001 >> /var/www/html/index.html
在ecs-cecd-0003:
echo 003 >> /var/www/html/index.html
在ecs-cecd-0001与ecs-cecd-0003启动httpd:
chmod 755 /var/www/html/index.html
systemctl start httpd- 配置nginx负载均衡
在ecs-cecd-0002:
yum install -y nginx
在/etc/nginx/nginx.conf输入以下内容:wq保存退出:
systemctl start nginx
- 验证配置
在ecs-cecd-0001:
echo "192.168.0.141 tests" >> /etc/hosts
在ecs-cecd-0002:
echo "192.168.0.141 tests" >> /etc/hosts
在ecs-cecd-0003:
echo "192.168.0.141 tests" >> /etc/hosts
相关推荐
crazyjingling 2020-08-16
azhuye 2020-11-12
liupengqwert 2020-10-28
YzhilongY 2020-08-31
swtIrene 2020-08-14
slovyz 2020-08-14
tinydu 2020-08-09
tinydu 2020-08-03
快乐de馒头 2020-07-29
yungame 2020-07-27
buaichidoufu 2020-07-28
wanjichun 2020-07-26
极地雪狼 2020-07-26
yungame 2020-07-04
畅聊架构 2020-06-28
极地雪狼 2020-06-27
廖先贵 2020-06-23
zllbirdonland 2020-06-16