Thanks Roberto, works perfectly!
> native uWSGI sockets have websockets support by default http-websockets is > needed only if you are using the uWSGI http router. > > change your emperor config to route only to uwsgi servers: > > route = ^/ws uwsgi:/var/tmp/web.socket,0,0 > route = ^/ uwsgi:/var/tmp/django.socket,0,0 > > > and bind both vassals with socket = > > A note: > > add > > offload-threads = 1 > > to the emperor to get automatic non-blocking concurrency >
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
