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
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
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
Hi my friends
I create daphne.sock for websocket and gunicorn.sock for http request , two
ASGI and WSGI is activated
python manage.py runworker is excellent and dont have any Errors
nginx.conf proxy_pass equals to unixes. but have this errors according to
this
server{
listen 80;
ser