致力于为用户提供真实的
主机测评数据及优惠信息

Nginx七层及四层反向代理配置的全过程

目录
  • 部署测试http服务
  • nginx反向代理http服务
  • nginx通过https反向代理http服务
  • NginxStream模块负载均衡测试
    • 准备测试用https服务
    • nginxstream安装配置
    • 负载均衡策略
    • 默认采用轮询算法
    • 一致性hash算法测试
  • 附:负载均衡四层和七层的区别
  • 总结

本文旨在测试 nginx对 http服务 https 服务 的代理方式。

部署测试 http服务

准备测试服务程序 gintest 并启动如下

  [root@localhost ~]# sudo nohup ./gintest 9000 &  [1] 4229  [root@localhost ~]# nohup: 忽略输入并把输出追加到"nohup.out"    [root@localhost ~]#   [root@localhost ~]# curl http:localhost:9000  curl: (6) Could not resolve host: http:localhost; 未知的错误  [root@localhost ~]# curl http://localhost:9000  {"me

赞(0) 打赏
未经允许不得转载:爱主机 » Nginx七层及四层反向代理配置的全过程
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址