diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-11 19:48:01 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-11 19:48:01 +0100 |
commit | 2765291796de1b94401e462dc5136fdfce867596 (patch) | |
tree | b068e58074cb9f16039f1af1bb6cede0ea60253c /README.md | |
parent | d445c4ef9cd6835ec7e2e543e9e462adcd0f58bf (diff) | |
download | garage-2765291796de1b94401e462dc5136fdfce867596.tar.gz garage-2765291796de1b94401e462dc5136fdfce867596.zip |
Build path correctly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -76,7 +76,9 @@ api_bind_addr = "[::1]:3900" # the S3 API port, HTTP without TLS. Add a reverse s3_region = "garage" # set this to anything. S3 API calls will fail if they are not made against the region set here. [s3_web] -web_bind_addr = "[::1]:3902" +bind_addr = "[::1]:3902" +root_domain = ".garage.tld" +index = "index.html" ``` Build Garage using `cargo build --release`. |