Skip to content

Commit

Permalink
more small proxy doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dormando committed Oct 21, 2024
1 parent f7c5b9b commit 031a9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/features/proxy/arch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = 'Deployment architectures'
title = 'Internal Architecture'
date = 2024-09-01T09:10:49-07:00
weight = 60
+++
Expand Down
2 changes: 1 addition & 1 deletion content/features/proxy/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Replace the following:
* <var>POOL_LIST_OR_SET_NAME</var>: either one of the following:
* 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" }`.
* The name of a set defined in the `pools{}` block of your configuration file—for example, `"set_cust_pools"`.
* <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.
* <var>FAILOVER_COUNT</var>: the number of times we will try another pool in the list before returning an error.
* <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.
* <var>MISS_BOOLEAN</var>: if true, then the proxy treats both misses and errors as failures. Otherwise, the proxy counts only errors as failures.

Expand Down

0 comments on commit 031a9bc

Please sign in to comment.