From 253db14b5dc86fe4f05a502a8453f614b9081562 Mon Sep 17 00:00:00 2001 From: Michael Ferris Date: Mon, 23 Oct 2023 16:56:27 -0700 Subject: [PATCH] Update app/dcs/code/static-site-hosting/page.md --- app/dcs/code/static-site-hosting/page.md | 1 - 1 file changed, 1 deletion(-) diff --git a/app/dcs/code/static-site-hosting/page.md b/app/dcs/code/static-site-hosting/page.md index 872cd16d5..cf441b1ac 100644 --- a/app/dcs/code/static-site-hosting/page.md +++ b/app/dcs/code/static-site-hosting/page.md @@ -22,7 +22,6 @@ You can use your own domain name and host your own static website on Storj 1. Download the uplink binary ([](docId:h3RyJymEIi4gf2S9wVJg8)) and upload your static site files to Storj DCS. You may also upload your files in any other manner, but you will need the Uplink CLI for the remaining steps. 2. Share the bucket or object prefix (not individual objects) that will be the root of your website/subdomain. At the root, name your home page`index.html`. The website will serve the index.html file automatically e.g.`http://www.example.test` and `http://www.example.test/index.html`will serve the same content. Anything shared with `--dns` will be _readonly_ and available _publicly_ (no secret key needed). -3. You can optionally specify your preferred linkshare endpoint with `--base-url`. 4. Finally, you can optionally add the `--tls` flag in order to return an additional DNS entry used for securing your domain with TLS. {% tabs %}