happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.97k stars 1.98k forks source link

nginx转发tracker 22122端口 #637

Open krystal23 opened 1 year ago

krystal23 commented 1 year ago

storage与tracker分别部署在不同的服务器中,在其他的机器上通过nginx stream模块转发22122端口, storage连接nginx转发的端口 启动后台日志报连接超时 ERROR - file: tracker_proto.c, line: 39, server: NGINX服务IP:22122, recv data fail, errno: 110, error info: Connection timed out ERROR - file: storage_func.c, line: 2420, tracker server NGINX服务IP:22122, recv response fail, errno: 110, error info: Connection timed out.