Skip to content

Commit 031a9bc

Browse files
committed
more small proxy doc fixes
1 parent f7c5b9b commit 031a9bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/features/proxy/arch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = 'Deployment architectures'
2+
title = 'Internal Architecture'
33
date = 2024-09-01T09:10:49-07:00
44
weight = 60
55
+++

content/features/proxy/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Replace the following:
113113
* <var>POOL_LIST_OR_SET_NAME</var>: either one of the following:
114114
* A bracketed, comma-separated list of of pool names defined in the `pools{}` block of your configuration file—for example, `{ "cust_pool_1", "cust_pool_2" }`.
115115
* The name of a set defined in the `pools{}` block of your configuration file—for example, `"set_cust_pools"`.
116-
* <var>FAILOVER_COUNT</var>: the number of failures that the proxy receives from a pool before fails over to the next pool in the list.
116+
* <var>FAILOVER_COUNT</var>: the number of times we will try another pool in the list before returning an error.
117117
* <var>SHUFFLE_BOOLEAN</var>: if true, then the proxy randomizes the list of pools before routing the request. Otherwise, uses the list of pools in the given order.
118118
* <var>MISS_BOOLEAN</var>: if true, then the proxy treats both misses and errors as failures. Otherwise, the proxy counts only errors as failures.
119119

0 commit comments

Comments
 (0)