ssl配置websocket 2019-12-07 19:36:04 浏览数 (1) 代码语言:javascript复制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 配置 0 人点赞 上一篇:分享雷军22年前编写的代码