jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
895 stars 222 forks source link

Example nginx running uwsgi in emperor mode #72

Closed YuriHeupa closed 9 years ago

YuriHeupa commented 9 years ago

Could have some example of nginx server running uwsgi in emperor mode

jrief commented 9 years ago

Just use the example http://django-websocket-redis.readthedocs.org/en/latest/running.html#django-with-websockets-for-redis-behind-nginx-using-uwsgi and run uwsgi in emperor mode as explained in the uwsgi docs. Use http://django-websocket-redis.readthedocs.org/en/latest/running.html#django-with-websockets-for-redis-as-a-stand-alone-uwsgi-server-in-emperor-mode as a blueprint for it.

YuriHeupa commented 9 years ago

This emperor mode is not working on my server, would i have some examples of this working in a server