The error "SignatureDoesNotMatch" when using Nginx to proxy MinIO with HTTPS and a domain name typically happens. This is my config:
location /bucketName/ { proxy_pass http://MinIO_IP:9000; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $http_host; }
The error "SignatureDoesNotMatch" when using Nginx to proxy MinIO with HTTPS and a domain name typically happens. This is my config:
location /bucketName/ { proxy_pass http://MinIO_IP:9000; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $http_host; }