forked from Deuxfleurs/garage
Fix example
This commit is contained in:
parent
04f455ff7f
commit
ab71048176
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ api_bind_addr = "127.0.0.$count:3900" # the S3 API port, HTTP without TLS. Add a
|
|||
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 = "127.0.0.$count:3902"
|
||||
bind_addr = "127.0.0.$count:3902"
|
||||
root_domain = ".garage.tld"
|
||||
index = "index.html"
|
||||
EOF
|
||||
|
||||
echo -en "$LABEL configuration written to $CONF_PATH\n"
|
||||
|
|
Loading…
Reference in a new issue