摘要: 在Nginx配置文件中增加以下内容: location /websocket { proxy_pass http://127.0.0.1:1234; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_h 阅读全文
posted @ 2025-06-09 11:06 何效名 阅读(132) 评论(0) 推荐(0)