博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
openfire invalid sid 404
阅读量:7055 次
发布时间:2019-06-28

本文共 355 字,大约阅读时间需要 1 分钟。

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;
}

转载于:https://www.cnblogs.com/codesay/p/4345166.html

你可能感兴趣的文章
学习理论之感知器与最大间隔分类器
查看>>
Be Nice!要善良
查看>>
二、ansible配置简要介绍
查看>>
解决docker容器中无ifconfig命令和ping命令问题
查看>>
CHAR、TCHAR、WCHAR_T之间的区别与问题
查看>>
sql小计合计
查看>>
安装Java
查看>>
Ubuntu Linux输入法fcitx方块乱码解决设置
查看>>
node递归批量重命名指定文件夹下的文件
查看>>
python if not用法
查看>>
python-2
查看>>
选择器
查看>>
springMVC参数的获取区别
查看>>
win7电脑数字键盘失灵怎么办
查看>>
java及java web学习笔记
查看>>
SpringMVC+Spring+hibernate整合及分页
查看>>
OpenAI教程
查看>>
LeetCode:459. Repeated Substring Pattern
查看>>
Database Resource website
查看>>
牛客寒假6-E.海啸
查看>>