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
9k stars 1.98k forks source link

nginx访问storage的文件有两点疑问,帮忙看看 #692

Open Chandler-Du opened 8 months ago

Chandler-Du commented 8 months ago

我在137、138服务器上部署了storage集群,137上配置了nginx location /group1/M00 { ngx_fastdfs_module; } 我看描述是fastdfs-nginx-module 会根据更新后的 Tracker 服务器信息,将请求正确地转发到新增的 Storage 节点上,以实现文件的上传和下载 1、上传图片之后,两台服务器的storage服务都stop,为什么还可以通过nginx访问到 2、我把137上storage的图片手动删除,再次通过nginx访问就404了,我看始终没访问到138上storage中的图片,他这个不应该看137没有访问138吗