location / { proxy_pass http://127.0.0.1:10005/; 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; proxy_http_version 1.1; client_max_body_size 8000M; } 这是我的 nginx 转发配置,10005 是 minio 服务。
然后我访问 域名 /桶 /logo.png 是 nginx 给的 404 。
用 服务器 ip:10005/桶 /logo.png 可以直接出来图片。
有大佬遇到过吗?困扰了许久,问了 chatgpt 和 new bing 都不行
