diff options
Diffstat (limited to 'doc/book/quick-start')
-rw-r--r-- | doc/book/quick-start/_index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index 53ef00b4..cd916bda 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -56,11 +56,11 @@ bootstrap_peers = [] [s3_api] s3_region = "garage" api_bind_addr = "[::]:3900" -root_domain = ".s3.garage" +root_domain = ".s3.garage.localhost" [s3_web] bind_addr = "[::]:3902" -root_domain = ".web.garage" +root_domain = ".web.garage.localhost" index = "index.html" ``` |