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
Running circus-web in Nginx, with websocket support. Nginx>=1.3.13
As of Nginx>=1.3.13 websockets are supported by the web server.
With Nginx>=1.3.13 there is no longer a need to reroute websocket traffic via Varnish or Haproxy.
On Ubuntu you can install Nginx>=1.3.13 from Chris Lea's development branch PPA, as so,
The snippet below could be added to the circushttpd document.
https://github.com/mozilla-services/circus/blob/master/docs/source/circushttpd.rst
Running circus-web in Nginx, with websocket support. Nginx>=1.3.13
As of Nginx>=1.3.13 websockets are supported by the web server.
With Nginx>=1.3.13 there is no longer a need to reroute websocket traffic via Varnish or Haproxy.
On Ubuntu you can install Nginx>=1.3.13 from Chris Lea's development branch PPA, as so,
An example Nginx config with websocket support.
The text was updated successfully, but these errors were encountered: