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..a21f4e5882 100644 --- a/networking/index.html.markerb +++ b/networking/index.html.markerb @@ -8,6 +8,14 @@ order: 10 Networking on Fly.io. +
+ +
+ + thumbnail image for fly.io video on domains + +

+ - **[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/).