jrief / django-websocket-redis

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

Haproxy configuration #251

Open Edke opened 6 years ago

Edke commented 6 years ago

Hello.

We are running project successfully using nginx and configuration examples in Docs work. Due multiple reasons we would like to use Haproxy and replace nginx. Are there some config examples to work in this scenario ? Will Haproxy work out of the box or additional conf on it's side is needed to Upgrade Websockets ?

jrief commented 6 years ago

Since haproxy supports websockets, this should be possible. I believe that it will not differ too much from NGiNX's one. If you have a working setup, please share it, by adding a small section to the docs.