美文网首页
2020-01-21

2020-01-21

作者: 勇敢的小拽马 | 来源:发表于2020-01-21 17:55 被阅读0次

    假设客户端A--------》浏览器url请求域名--------》域名被host解析对应的IP--------》到对应IP的服务器--------》先被nginx反向代理拦截--------》找到nginx上一样域名(nginx.conf配置文件中server里的server_name)--------》对应的反向映射地址(nginx.conf配置文件中同左server里的proxy_pass 就是对应的Tomcat里WEB的发布路径如 http:localhost:8080)--------》对应8080端口的项目

    相关文章

      网友评论

          本文标题:2020-01-21

          本文链接:https://www.haomeiwen.com/subject/qxiezctx.html