From e727f394c0bfece5e9e3bef0928baf00b4acd8ae Mon Sep 17 00:00:00 2001 From: Robert Pirtle Date: Mon, 16 Oct 2023 11:33:08 -0700 Subject: [PATCH] fix missing word in docs :) --- architecture/PROXY_ROUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture/PROXY_ROUTING.md b/architecture/PROXY_ROUTING.md index f79b765..4042655 100644 --- a/architecture/PROXY_ROUTING.md +++ b/architecture/PROXY_ROUTING.md @@ -5,7 +5,7 @@ by maps of the Host to a backend url in the environment variables. All possible configurations use the `PROXY_BACKEND_HOST_URL_MAP` environment variable. This encodes the default backend to route all requests from a given host. Additional functionality is available -via the `` env variable (see [Rudimentary Sharding](#rudimentary-sharding)). +via the `PROXY_HEIGHT_BASED_ROUTING_ENABLED` env variable (see [Rudimentary Sharding](#rudimentary-sharding)). Consider the simplest case: a host-based-only routing proxy configured for one host ```