Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

504 Gateway timeout on package

$
0
0

Hello,

 

i have setup bosh and strophe.

It is logged in, as per logs, but i don't see "ONLINE" status.

User stays offline.

 

Then browser tries send this package:

  1. <body rid='364359874' xmlns='http://jabber.org/protocol/httpbind' sid='8a53c4de'><presence xmlns='jabber:client'/></body>

 

And then i got 504 Gateway Time-out. (60 seconds timeout)

 

NGinx conf.

 

location /http-bind/ {

                proxy_buffering off;

                tcp_nodelay on;

                keepalive_timeout 60;

                proxy_pass http://*********:7070/http-bind/;

}

 

I cannot understand where the issue could be. Does client logged in? And why it is not appearing online?

 

 

Thanks.


Viewing all articles
Browse latest Browse all 10742

Trending Articles