How to connect websocket after set up with NGINX and Supervisor?
I created a Django Channel beside my wsgi application. Everything works fine if I run: daphne -b 0.0.0.0 -p 8001 myapp.asgi:application I can connect to the websocekt but after I created supervi...