Skip to content

Commit 9fcaafc

Browse files
committed
docs(fix): revert edge services changes
1 parent 1ad3ca1 commit 9fcaafc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

macros/edge-services/edge-services-bucket-benefits.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
macro: edge-services-bucket-benefits
33
---
44

5-
import EdgeServicesPipelineNoWAF from './assets/scaleway-edge-services-pipeline-nowaf.webp'
6-
75
- Customize your bucket's endpoint using a subdomain of your own domain
86
- Add your own SSL/TLS certificate, safeguarded in [Scaleway Secret Manager](/secret-manager/quickstart/), or generate a managed Let's Encrypt certificate, so your subdomain can serve content from your bucket over HTTPS
97
- Enhance performance by caching your stored objects, to be served directly by Edge Services from the cache
108
- Finely control your cached objects via purging (cache invalidation)
119

10+
<<<<<<< HEAD
1211
<Lightbox image={EdgeServicesPipelineNoWAF} alt="A diagram shows the elements and workflow of an Edge Services pipeline. The user connects to the customizable Edge Services endpoint (with its SSL/TLS certificate), which fetches content from the Edge Services cache, which itself fetches content to cache from an origin which is either an Object Storage bucket or Load Balancer" />
12+
=======
13+
<Lightbox src="scaleway-edge-services-pipeline-nowaf.webp" alt="A diagram shows the elements and workflow of an Edge Services pipeline. The user connects to the customizable Edge Services endpoint (with its SSL/TLS certificate), which fetches content from the Edge Services cache, which itself fetches content to cache from an origin which is either an Object Storage bucket or Load Balancer" />
14+
>>>>>>> d7ea33198 (docs(fix): revert edge services changes)

macros/edge-services/edge-services-lb-benefits.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
macro: edge-services-lb-benefits
33
---
44

5-
import EdgeServicesPipelineDiag from './assets/scaleway-edge-services-pipeline-diag.webp'
6-
75
Creating an Edge Services pipeline for your Load Balancer helps to reduce load on your Load Balancer's backend servers. The origin configuration you define is used by Edge Services to connect to your Load Balancer and request content, which is then stored in the cache. Then, when your Load Balancer origin is accessed via its customizable Edge Services endpoint, the requested content is served from the cache (if present), without the need to fetch this content via the Load Balancer and its backend servers.
86

9-
<Lightbox image={EdgeServicesPipelineDiag} alt="A diagram shows the elements and workflow of an Edge Services pipeline. The user connects to the customizable Edge Services endpoint (with its SSL/TLS certificate), which fetches content from the Edge Services cache, which itself fetches content to cache from an origin which is either an Object Storage bucket or Load Balancer" />
7+
<Lightbox src="scaleway-edge-services-pipeline-diag.webp" alt="A diagram shows the elements and workflow of an Edge Services pipeline. The user connects to the customizable Edge Services endpoint (with its SSL/TLS certificate), which fetches content from the Edge Services cache, which itself fetches content to cache from an origin which is either an Object Storage bucket or Load Balancer" />
108

119
Edge Services lets you:
1210

0 commit comments

Comments
 (0)