diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-28 11:53:26 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-28 11:53:26 +0100 |
commit | 939d1f2e17f0aa9729bc15759e30d1324e8b3e4e (patch) | |
tree | f80bfaf32de1ad028266792462e1371f5e50f0cc /doc/book/cookbook/exposing-websites.md | |
parent | 1f6efe57be97f0456afbecc8dab11a618d4a42f5 (diff) | |
download | garage-939d1f2e17f0aa9729bc15759e30d1324e8b3e4e.tar.gz garage-939d1f2e17f0aa9729bc15759e30d1324e8b3e4e.zip |
doc: improve navigation in configuration reference
Diffstat (limited to 'doc/book/cookbook/exposing-websites.md')
-rw-r--r-- | doc/book/cookbook/exposing-websites.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/exposing-websites.md b/doc/book/cookbook/exposing-websites.md index 5f6a5a28..9382a541 100644 --- a/doc/book/cookbook/exposing-websites.md +++ b/doc/book/cookbook/exposing-websites.md @@ -38,7 +38,7 @@ Our website serving logic is as follow: Now we need to infer the URL of your website through your bucket name. Let assume: - - we set `root_domain = ".web.example.com"` in `garage.toml` ([ref](@/documentation/reference-manual/configuration.md#root_domain)) + - we set `root_domain = ".web.example.com"` in `garage.toml` ([ref](@/documentation/reference-manual/configuration.md#web_root_domain)) - our bucket name is `garagehq.deuxfleurs.fr`. Our bucket will be served if the Host field matches one of these 2 values (the port is ignored): |