使用宝塔一键安装rustfs,创建存储桶后,访问存储桶时报错 Bucket not found
解决方法:参考文档https://docs.rustfs.com.cn/installation/docker/
修改Nginx 反向代理配置
S3 API 端配置(目录/www/server/panel/vhost/nginx/你的域名.conf)
添加proxy_cache_convert_head off;

修改后访问存储桶未报错。
使用宝塔一键安装rustfs,创建存储桶后,访问存储桶时报错 Bucket not found
解决方法:参考文档https://docs.rustfs.com.cn/installation/docker/
修改Nginx 反向代理配置
S3 API 端配置(目录/www/server/panel/vhost/nginx/你的域名.conf)
添加proxy_cache_convert_head off;

修改后访问存储桶未报错。
暂无评论