向minio上传文件报错:The request signature we calculated does not match the signature you provided
发布于:3年前 (2022-10-11) IP属地:四川省
1 个回答

1、确认下nginx转发的是minio的9000端口。
2、确认下nginx的location配置有没有加上proxy_set_header,示例如下:
2、确认下nginx的location配置有没有加上proxy_set_header,示例如下:
location / {
proxy_set_header Host $http_host;
proxy_pass http://192.168.1.252:9000;
}
发布于:3年前 (2022-10-11) IP属地:四川省
我来回答
您需要 登录 后回答此问题!