Build path correctly

This commit is contained in:
Quentin
2020-11-11 19:48:01 +01:00
parent d445c4ef9c
commit 2765291796
4 changed files with 41 additions and 5 deletions
+3 -1
View File
@@ -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`.