Skip to content
Closed
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
2 changes: 1 addition & 1 deletion pages/load-balancer/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import image from './assets/scaleway-configure-frontend.webp'

<Lightbox image={image} alt="" />

1. Enter a **name** for your frontend.
1. Enter a **name** for your frontend.TEST
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NON


2. Enter a **port** number. The frontend will listen on this port, and forward the requests it receives from clients to the backend(s). Note that you cannot add an SSL certificate at this stage, but you can [add one after the creation of the Load Balancer](/load-balancer/how-to/add-certificate/). Similarly, you will be able to [enable HTTP/3](/load-balancer/reference-content/http2-http3/#configuring-your-load-balancer-for-http3) after adding a certificate.

Expand Down
Loading