TCP/IP | HTTP(S) | Web 学习书籍分享
◎Github地址:https://github.com/anzhihe/Free-Web-Books.git,此文章移到github维护
Free Web Books
This is my personal collection of free tcp/ip web http(s) books, feel free to share and read.
Google Drive:https://dri...
◎Github地址:https://github.com/anzhihe/Free-Web-Books.git,此文章移到github维护
This is my personal collection of free tcp/ip web http(s) books, feel free to share and read.
Google Drive:https://dri...
最近有个小程序项目客户在并网时有个需求:需要在他们的Spring Cloud Gateway 公网网关开个入口,打到自建的Nginx代理转发到后端服务,需要同时能支持 http 和 ws 的请求。整体访问链路从公网 → Spring Cloud Gateway → Nginx → 应用服务。主要的工作是Spring Cloud Gateway&nb...
Continue reading >>
Nginx可以通过配置stream模块来实现对HTTPS的TCP四层正向代理。核心是使用proxy_pass指令将流量转发到目标服务器,同时配合ssl_preread指令处理TLS握手,实现HTTPS的透明代理。
一个简单的配置示例:
stream {
resolver 223.5.5.5 114.114.114.114;...nginx惊群问题,又学到了,mark。
a stateless application-level request/response protocol that uses extensible semantics and self-descriptive message payloads for flexible...