电光石火-穿越时空电光石火-穿越时空


ssl配置websocket

location /wsendpoint{
    proxy_pass http://127.0.0.1/wsendpoint;  #实际ws服务器地址
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
}
本博客所有文章如无特别注明均为原创。作者:似水的流年
版权所有:《电光石火-穿越时空》 => ssl配置websocket
本文地址:http://www.ilkhome.cn/index.php/archives/584/
欢迎转载!复制或转载请以超链接形式注明,文章为 似水的流年 原创,并注明原文地址 ssl配置websocket,谢谢。

评论