首页 > 其他 > 详细

By default, the connection will be closed if the proxied server does not transmit any data within 60 seconds.

时间:2020-04-22 09:09:25      阅读:65      评论:0      收藏:0      [点我收藏+]

WebSocket proxying https://nginx.org/en/docs/http/websocket.html

 

By default, the connection will be closed if the proxied server does not transmit any data within 60 seconds. 

 

Using NGINX as a WebSocket Proxy https://www.nginx.com/blog/websocket-nginx/

The WebSocket protocol is different from the HTTP protocol, but the WebSocket handshake is compatible with HTTP, using the HTTP Upgrade facility to upgrade the connection from HTTP to WebSocket. This allows WebSocket applications to more easily fit into existing infrastructures. For example, WebSocket applications can use the standard HTTP ports 80 and 443, thus allowing the use of existing firewall rules.

 

Thread pools: implemented graceful exiting of threads. · nginx/nginx@e87a565 https://github.com/nginx/nginx/commit/e87a565aab4da7ade1f016c2bab4371a70998974

 

By default, the connection will be closed if the proxied server does not transmit any data within 60 seconds.

原文:https://www.cnblogs.com/yuanjiangw/p/12749258.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!