本帖最后由 宝塔用户_xazptx 于 2020-9-1 08:12 编辑
只要在配置文件里添加
- location /webssh {
- proxy_pass http://127.0.0.1:8888;
- proxy_http_version 1.1;
- proxy_set_header Upgrade $http_upgrade;
- proxy_set_header Connection "Upgrade";
- proxy_set_header X-Real-IP $remote_addr;
- }
复制代码
暂时没发现什么问题。
|
|