You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: