您现在的位置是:首页 >学无止境 >nginx环境下socket连接https网站首页学无止境

nginx环境下socket连接https

Wandering in Houhai 2021-05-11 20:27:11
简介nginx环境下socket连接https

location /chat/{

    proxy_pass http://www.yumin.com:8282;

    proxy_http_version 1.1;

    proxy_set_header Upgrade $http_upgrade;

    proxy_set_header Connection "Upgrade";

}

链接方式为:wss://www.yumin.com/chat/

梦想加空间!平时喜欢研究各种技术,目前在从事后端开发工作,热爱生活、热爱工作。