diff options
author | Alex <alex@adnab.me> | 2023-07-14 15:51:44 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-07-14 15:51:44 +0000 |
commit | 6ba611361e6d3ae701ea211adddbed61ea338da7 (patch) | |
tree | 85f90fdd80ee92631cb5816f087126718c3659eb /doc/book/reference-manual/configuration.md | |
parent | 7605d0cb117d80e7140812e96264e86a4c987080 (diff) | |
parent | c855284760d4ac198f5acf2ae0e18f98870be98f (diff) | |
download | garage-6ba611361e6d3ae701ea211adddbed61ea338da7.tar.gz garage-6ba611361e6d3ae701ea211adddbed61ea338da7.zip |
Merge pull request 'tree-wide: fix some typos' (#598) from flokli/garage:fix-typos into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/598
Diffstat (limited to 'doc/book/reference-manual/configuration.md')
-rw-r--r-- | doc/book/reference-manual/configuration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/reference-manual/configuration.md b/doc/book/reference-manual/configuration.md index 20a79aa6..b916bb61 100644 --- a/doc/book/reference-manual/configuration.md +++ b/doc/book/reference-manual/configuration.md @@ -409,7 +409,7 @@ message that redirects the client to the correct region. ### `root_domain` {#root_domain} -The optionnal suffix to access bucket using vhost-style in addition to path-style request. +The optional suffix to access bucket using vhost-style in addition to path-style request. Note path-style requests are always enabled, whether or not vhost-style is configured. Configuring vhost-style S3 required a wildcard DNS entry, and possibly a wildcard TLS certificate, but might be required by softwares not supporting path-style requests. @@ -432,7 +432,7 @@ This endpoint does not suport TLS: a reverse proxy should be used to provide it. ### `root_domain` -The optionnal suffix appended to bucket names for the corresponding HTTP Host. +The optional suffix appended to bucket names for the corresponding HTTP Host. For instance, if `root_domain` is `web.garage.eu`, a bucket called `deuxfleurs.fr` will be accessible either with hostname `deuxfleurs.fr.web.garage.eu` |