Re: Error websocket 404

2019-08-03 Thread fatemeh ahmadzadeh
both of them , http and socket. daphne is for websocket gunicorn is for http On Thu, Jul 11, 2019 at 2:02 PM Aldian Fazrihady wrote: > Why there is http in this line: > > proxy_pass http://unix:/.../daphne.sock; > > Which one do you want to use, http or unix socket? > > On Thu, Jul 11, 2019 at

Re: Error websocket 404

2019-07-15 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer yo

Re: Error websocket 404

2019-07-11 Thread Aldian Fazrihady
Why there is http in this line: > proxy_pass http://unix:/.../daphne.sock; Which one do you want to use, http or unix socket? On Thu, Jul 11, 2019 at 1:42 PM Fatemeh Ahmadzadeh < f.ahmadzadeh...@gmail.com> wrote: > Hi my friends > I create daphne.sock for websocket and gunicorn.sock for http r