Does nginx support the websocket url format? if I try to do "proxy_redirect ws://arcweb.cyber/websocket http://websock;" nginx complains. What I need to happen is all traffic comes in on port 80 but if it's the ws, websocket, then it gets passed on to my application running on a different port. I've tried it with both url with HTTP but when I change the websocket code in JavaScript that complains that the url is in the wrong format for websockets.
↧