码迷,mamicode.com
首页 > 其他好文 > 详细

openfire invalid sid 404

时间:2015-03-17 19:45:11      阅读:330      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!