Is there a way to get an Amazon web services Websocket connection through nginx that supports Hixie76 protocol?
I have a (fairly complex) django app hosted on AWS via Elastic Beanstalk, and am trying to implement websockets on it, using django-channels Here is the docker-compose.yml file sent to elastic beanstalk: version: "3.8" services: migration: build: . env_file: -…