Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/load-balancer/how-to/set-up-s3-failover.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can set up a customized error page during creation of your Load Balancer, or
1. Follow the instructions for [creating a Load Balancer](/load-balancer/how-to/create-load-balancer/).
2. Click the **+Advanced Settings** button while configuring your backend.
<Lightbox image={image} alt="" />
3. Slide the <Icon name="toggle" /> toggle to activate the customized error page feature, and enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box. Note that the URL of the bucket endpoint is not sufficient, the bucket website URL is specifically required (e.g.`https://my-bucket.s3-website.nl-ams.scw.cloud`).
3. Slide the <Icon name="toggle" /> toggle to activate the customized error page feature, and enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box. Note that the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://`). An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`.
<Message type="note">
This feature is only available for Load Balancers using the HTTP protocol on their backend.
</Message>
Expand All @@ -53,7 +53,7 @@ You can set up a customized error page during creation of your Load Balancer, or
<Message type="note">
This feature is only available for Load Balancers using the HTTP protocol on their backend.
</Message>
7. Enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box, if activating the feature. Note that the URL of the bucket endpoint is not sufficient, the bucket website URL is specifically required (e.g.`https://my-bucket.s3-website.nl-ams.scw.cloud`).
7. Enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box, if activating the feature. Note that the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://`). An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`.
8. Click **Edit backend** to finish.

## How to create a static website for your customized error page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Benefits of this feature include:
- Providing information on service status or maintenance
- Redirecting to a mirrored site or skeleton site

Note that when entering the Object Storage link to redirect to, the URL of the bucket endpoint is not sufficient. The bucket website URL is specifically required (e.g.`https://my-bucket.s3-website.nl-ams.scw.cloud`). See our [dedicated documentation](/load-balancer/how-to/set-up-s3-failover/) for further help.
Note that when defining the error page, the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://`). An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`. See our [dedicated documentation](/load-balancer/how-to/set-up-s3-failover/) for further help.

## Health checks

Expand Down