We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在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吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我在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吗
The text was updated successfully, but these errors were encountered: