From 398a7a250bbefd72613f2a9d29609504f802e8ce Mon Sep 17 00:00:00 2001 From: Raniya BENHAYOUN SADAFYINE Date: Fri, 14 Nov 2025 10:07:15 +0100 Subject: [PATCH] fix(loadbalancer): test change test --- pages/load-balancer/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/load-balancer/quickstart.mdx b/pages/load-balancer/quickstart.mdx index 8e47b598f4..f032ccbb7f 100644 --- a/pages/load-balancer/quickstart.mdx +++ b/pages/load-balancer/quickstart.mdx @@ -48,7 +48,7 @@ import image from './assets/scaleway-configure-frontend.webp' -1. Enter a **name** for your frontend. +1. Enter a **name** for your frontend.TEST 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.