You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
americanyak edited this page Feb 20, 2013
·
3 revisions
NGINX does not support the websocket protocol yet. Because of this, only XHR and JSONP transports would work.
Although NGINX 1.2 includes support for HTTP 1.1 protocol, it still does not support proxying websockets. Support for websockets is planned for version 1.3.
In the meantime, you can use some node.js based proxy or generic proxy like HAProxy or Varnish.