Skip to content

History / Configuring Nginx for WebSocket and Long Polling

Revisions

  • For Long Polling, we also need to set `proxy_ignore_client_abort` to `off`. If not, when the long-polling client abort the connection with the server(by close browser, etc.), server can not detect the disconnect event.

    @freedom1989 freedom1989 committed Jun 26, 2013
  • Updated Configuring Nginx for WebSocket and Long Polling (markdown)

    @jfarcand jfarcand committed May 16, 2013
  • Created Configuring Nginx for WebSocket and Long Polling (markdown)

    @jfarcand jfarcand committed May 9, 2013