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

相关文章:

  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2021-10-31
  • 2022-02-04
  • 2021-12-02
猜你喜欢
  • 2021-07-08
  • 2022-02-08
  • 2022-12-23
  • 2021-12-14
  • 2021-10-08
相关资源
相似解决方案