如何更改 Meteor DDP (websocket) 请求的路径?

How to change the path of Meteor DDP (websocket) requests?

是否可以更改 Meteor 自己的 websocket (DDP) 请求的路径?我需要它来正确设置负载平衡器。

例如:将此路径 "ws://localhost:3000/sockjs/839/ui4qa1rb/websocket" 更改为“ws://localhost:3000/something/sockjs/839/ui4qa1rb/websocket”

这是通过设置 ROOT_URL 属性.

完成的