nanci
关注
88477 号成员,2022-08-17 21:57:27 加入
105
个人主页 浏览
2h46m
在线时长
  • Docker 部署内核连接中断…v2.7.3

    2023-06-09 00:02

    请问作者大大,这么配置还有什么问题么,怎么还是一直报这个问题

    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;
    }
    
  • nginx 反向代理问题

    2022-11-17 22:58

    谢谢,我试了一下,还是不行 😂 ,可能我都是用 docker 的原因,有空再折腾一下