Nginx支持WebSocket服务

Posted yrroom

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx支持WebSocket服务相关的知识,希望对你有一定的参考价值。

server
        listen 80;
        access_log  logs/12345.jieyun.top.log  main;
        server_name 12345.jieyun.top; #绑定域名
        index index.php; #默认文件
        location / 
            proxy_pass  http://localhost:7001;
            index  index.php;
            proxy_set_header Host $host;
            #proxy_set_header X-Real-IP $remote_addr;
            #proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        

    location /MsgHub
    
        proxy_pass http://localhost:7001;
        # WebScoket Support
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;    
        proxy_set_header Connection "upgrade";
    

 

以上是关于Nginx支持WebSocket服务的主要内容,如果未能解决你的问题,请参考以下文章

配置Nginx反向代理WebSocket,以代理NoVNC为例

django+uwsgi+nginx: websock 报502/400

Android websock 应用

websock第一次连不上window

2.5 websocks协议与服务器实现

websocke