@@ -1,58 +0,0 @@ 支持websocket | 凤凰涅槃进阶之路

支持websocket

Abel sun2022年12月24日约 35 字小于 1 分钟

支持websocket

需要加上

proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";

例如:

 server {
        listen       80;
        server_name  gd.isture.com;

        location / {
            proxy_pass http://120.79.200.111:9705/;
            proxy_read_timeout 300;
            proxy_connect_timeout 300;

             proxy_set_header Upgrade $http_upgrade;
             proxy_set_header Connection "upgrade";
        }
    }
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.9.1