From ba4740691f2cfd0d439a5d58cc1aa0a971c9c657 Mon Sep 17 00:00:00 2001
From: andie787 <4andie@gmail.com>
Date: Wed, 21 Aug 2024 12:47:31 -0400
Subject: [PATCH 1/2] test out embedding videos
---
networking/dynamic-request-routing.html.md | 2 ++
networking/index.html.markerb | 2 ++
reference/tigris.html.markerb | 2 ++
3 files changed, 6 insertions(+)
diff --git a/networking/dynamic-request-routing.html.md b/networking/dynamic-request-routing.html.md
index eb2d707a5e..ccbf6d2df4 100644
--- a/networking/dynamic-request-routing.html.md
+++ b/networking/dynamic-request-routing.html.md
@@ -26,6 +26,8 @@ The content of the `fly-replay` header fields tells Fly Proxy which magic to per
|`state` | Optional arbitrary string to include in the `fly-replay-src` header appended to the request being replayed. |
|`elsewhere` | Boolean. If `true`, the responding Machine will be excluded from the next round of load-balancing. |
+
+
### Limitations
Attempting to replay requests larger than 1MB will throw an error. If you need certain requests - like file uploads - to be handled by a specific region, consider the following workarounds.
diff --git a/networking/index.html.markerb b/networking/index.html.markerb
index 211472c309..8f74ea418c 100644
--- a/networking/index.html.markerb
+++ b/networking/index.html.markerb
@@ -8,6 +8,8 @@ order: 10
Networking on Fly.io.
+
+
- **[Connect to an App Service](/docs/networking/app-services/):** An overview of how to connect to your app over the private WireGuard network (6PN), and how to make your app reachable from the internet.
- **[Public networking](/docs/networking/services):** Details about public network services on Fly.io, including allocating IP addresses, finding a Machine's outbound IP, connection handlers, and redirects.
diff --git a/reference/tigris.html.markerb b/reference/tigris.html.markerb
index dfad440c70..aec6a9f03c 100644
--- a/reference/tigris.html.markerb
+++ b/reference/tigris.html.markerb
@@ -7,6 +7,8 @@ nav: firecracker
[Tigris](https://tigrisdata.com) is a globally caching, S3-compatible object storage service built on Fly.io infrastructure.
+
+
Objects in Tigris are stored close to the region where they're written. Then, when requested, objects are cached close to the requesting user. This cache is intelligently managed by Tigris based on global traffic patterns. This behavior offers CDN-like behavior with zero configuration required.
Learn more from their [service overview](https://www.tigrisdata.com/docs/overview/) and [architecture docs](https://www.tigrisdata.com/docs/concepts/architecture/).
From 038d36a1549fdc861de3e60ec94720cf1827a664 Mon Sep 17 00:00:00 2001
From: andie787 <4andie@gmail.com>
Date: Wed, 21 Aug 2024 20:31:05 -0400
Subject: [PATCH 2/2] 2 ways to link
---
networking/index.html.markerb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/networking/index.html.markerb b/networking/index.html.markerb
index 8f74ea418c..a21f4e5882 100644
--- a/networking/index.html.markerb
+++ b/networking/index.html.markerb
@@ -10,6 +10,12 @@ Networking on Fly.io.
+
+
- **[Connect to an App Service](/docs/networking/app-services/):** An overview of how to connect to your app over the private WireGuard network (6PN), and how to make your app reachable from the internet.
- **[Public networking](/docs/networking/services):** Details about public network services on Fly.io, including allocating IP addresses, finding a Machine's outbound IP, connection handlers, and redirects.