How to configure the websocket? of the node server of the apache reverse proxy

the server is httpd, and then configure a second-level domain name, reverse proxy a node server, the node server is based on express, installed express-ws, but has been reporting errors router.ws () not function

then I would like to ask if the reverse proxy node server also needs to do websocket configuration on the forward httpd?

how to do this exactly?

Menu