rethinkdb-websocket-client icon indicating copy to clipboard operation
rethinkdb-websocket-client copied to clipboard

Port 80

Open coolcorey opened this issue 8 years ago • 1 comments

For a while I have been trying to figure out how to proxy through nginx on port 80 for the websockets port. Some networks don't allow a webpage to use ports other than 80/443. I have tried a bunch of times to get this working. I have the rethinkdb-websocket-server running behind nginx. Does anyone have any insight?

coolcorey avatar May 01 '17 18:05 coolcorey

@coolcorey just goto the line 6039 on this file node_modules/rethinkdb-websocket-client/dist/index.js and remove the host variable

detorresvc avatar Jun 11 '17 14:06 detorresvc