这篇文章主要介绍了通过服务器负载均衡跳转安全超文本传输协议的案例,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让桂哥网络带着大家一起了解一下。
蜘蛛网端拷贝证书与密钥
scp-RP-p 52113/application/nginx/conf/key 10。0 .0 .5:/application/nginx/conf/
在服务器负载均衡服务端配置
vim/application/nginx/conf/nginx。主配置文件
工作进程2
错误日志/错误。日志;
事件{
worker _ connections65535
}
http{
includemime.types
default _ type应用程序/八位字节流;
sendfileon
keepalive _ timeout65
upstreamserver_pools{
服务器10。0 .0 .200:443 weight=1 max _ failed=3 fail _ time out=10;
#服务器10。0 .0 .8:443 weight=1 max _ failed=3 fail _ time out=10;
#服务器10。0 .0 .9:443 weight=1 max _ failed=3 fail _ time out=10;
}
服务器{
列表80
server _ namelocalhost
rewrite^(.*)$ https://$ host $ 1 permanent;
}
服务器{
清单en 10。0 .0 .5:443;
server _ name www .ABC。com
#开启安全超文本传输协议注意要添加在计算机网络服务器区块不能在超文本传送协议(超文本传输协议的缩写)区块中放置
sslon
SSL _ certificate/application/nginx/conf/key/server。CRT
SSL _ certificate _ key/application/nginx/conf/key/server。关键;
位置/
proxy _ passhttps://server _ pools
proxy _ set _ headerHost $主机
代理集头接收-For-For $远程地址;
}
}
}#检查服务器负载均衡配置
/application/nginx/sbin/nginx-t
#重启服务器负载均衡
/application/nginx/sbin/nginx-s停止
/application/nginx/sbin/nginx
浏览器访问测试
注意修改主机对应的是负载均衡的互联网协议(互联网协议)地址信息
访问测试
访问结果
感谢你能够认真阅读完这篇文章,希望桂哥网络分享的"通过服务器负载均衡跳转安全超文本传输协议的案例"这篇文章对大家有帮助,同时也希望大家多多支持桂哥网络,关注桂哥网络,更多相关知识等着你来学习!