首页 > 其他 > 详细

openfire invalid sid 404

时间:2015-03-17 19:42:38      阅读:1390      评论:0      收藏:0      [点我收藏+]


strophe + nginx + openfire got 504 (Gateway Time-out) then 404 (Invalid SID.)
modify nginx.conf , add 3 red lines below

location /http-bind/ {
proxy_pass http://localhost:7070/http-bind/;
proxy_buffering off;
proxy_read_timeout 3600;
proxy_send_timeout 3600;
proxy_connect_timeout 3600;
tcp_nodelay on;
}

openfire invalid sid 404

原文:http://www.cnblogs.com/codesay/p/4345166.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!