内核连接中断…v2.7.3
请检查网络连接和内核进程是否正常
使用剪切板的时候,经常出现这个问题,刷新后正常
部署方式:
虚拟机 centos7 + docker
访问方式:
http://ip:端口
请检查网络连接和内核进程是否正常
使用剪切板的时候,经常出现这个问题,刷新后正常
虚拟机 centos7 + docker
http://ip:端口
您指得是这个吗?
https://hub.docker.com/r/b3log/siyuan
使用 NGINX 反向代理可以隐藏 6806 端口,请注意:
/ws
请问作者大大,这么配置还有什么问题么,怎么还是一直报这个问题
location /ws {
proxy_pass http://ip:6806;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_set_header Sec-WebSocket-Version $http_sec_websocket_version;
proxy_set_header Sec-WebSocket-Key $http_sec_websocket_key;
proxy_set_header Sec-WebSocket-Extensions $http_sec_websocket_extensions;
}
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于