标签:ade upgrade socket pre 无法 使用 ati nginx 配置到
将下面的代码配置到 nginx
的配置文件中
location / {
proxy_pass http://127.0.0.1:8888;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
使用 socket.io + nginx 时,出现 400 错误,无法通信
标签:ade upgrade socket pre 无法 使用 ati nginx 配置到
原文地址:https://www.cnblogs.com/StarUDream/p/9045442.html