Skip to content

Commit 6c6c0a9

Browse files
jmacdotorgdormando
authored andcommitted
Add clarity to the reference page introduction and a few entries.
1 parent 1fac388 commit 6c6c0a9

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

content/features/proxy/reference.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title = 'Route handler reference'
33
weight = 100
44
+++
55

6-
This page is a reference for the route handlers provided by the standard route library of the Memcached built-in proxy. For a guide to invoking these route handlers in your proxy configuration file, see [Configure the built-in proxy]({{<proxy_base_path>}}configure).
6+
This page is a reference for the route handlers provided by the standard route library of the Memcached built-in proxy.
7+
8+
For a guide to invoking these route handlers in your proxy configuration file, see [Configure the built-in proxy]({{<proxy_base_path>}}configure). For examples, see [Example configuration files]({{<proxy_base_path>}}configure#examples).
79

810
## Route handlers
911

@@ -70,7 +72,10 @@ route_split{
7072
}
7173
```
7274

73-
Replace <var>POOL_NAME_A</var> and <var>POOL_NAME_B</var> with the names of two different pools defined in the `pools{}` block of your proxy configuration file.
75+
Replace the following:
76+
77+
* <var>POOL_NAME_A</var>: the name of a pool defined in the `pools{}` block of your proxy configuration file.
78+
* <var>POOL_NAME_B</var>: the name of a different pool defined in the `pools{}` block of your proxy configuration file.
7479

7580
### `route_ttl`
7681

@@ -85,7 +90,10 @@ route_ttl{
8590
}
8691
```
8792

88-
Replace <var>TTL</var> with an integer representing the new TTL value.
93+
Replace the following:
94+
95+
* <var>TTL</var>: an integer representing the new TTL value.
96+
* <var>POOL_NAME</var>: the name of a pool defined in the `pools{}` block of your configuration file.
8997

9098
### `route_failover`
9199

0 commit comments

Comments
 (0)