Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro committed Jan 15, 2024
1 parent 461a811 commit 476c4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh_cn/deployment/s3_gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ $ mc ls juicefs/jfs
### 使用虚拟路径格式

默认情况下,Gateway 支持格式为 <http://mydomain.com/bucket/object> 的路径类型请求。
`MINIO_DOMAIN` 环境变量被用来启用虚拟主机类型请求。如果请求的`Host`头信息匹配 `(.+).mydomain.com`,则匹配的模式 `$1` 被用作 bucket,并且路径被用作object.
`MINIO_DOMAIN` 环境变量被用来启用虚拟主机类型请求。如果请求的`Host`头信息匹配 `(.+).mydomain.com`,则匹配的模式 `$1` 被用作 bucket,并且路径被用作 object.
示例:

```shell
Expand Down

0 comments on commit 476c4e8

Please sign in to comment.