美文网首页
zeppelin踩坑

zeppelin踩坑

作者: 忘净空 | 来源:发表于2017-07-24 16:16 被阅读34次

ngnix配置问题

报错: Error during WebSocket handshake: Unexpected response code: 400

配置nginx如下

location /{
    proxy_pass http://127.0.0.1:8080;
    access_log /var/log/nginx/zeppelin/access.log
    proxy_http_version 1.1;
    proxy_set_header Upgrada $http_upgrade;
    proxy_set_header Connection "upgrade";
}

相关文章

网友评论

      本文标题:zeppelin踩坑

      本文链接:https://www.haomeiwen.com/subject/kambkxtx.html