Skip to content

Commit cd9444b

Browse files
committed
Fix list
1 parent 95204fe commit cd9444b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/varnish-client.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ The Varnish client supports all [cache invalidation methods](proxy-clients.md).
55

66
* [Setup](#setup)
77
* [Usage](#usage)
8-
* [Purge](#purge)
9-
* [Refresh](#refresh)
10-
* [Ban](#ban)
118

129
Setup
1310
-----
@@ -35,11 +32,13 @@ Usage
3532
-----
3633

3734
The Varnish client supports all cache invalidation methods:
35+
3836
1. [purge](proxy-clients.md#purge); make sure to first [configure Varnish for purge](varnish-configuration.md#purge)
3937
2. [refresh](proxy-clients.md#refresh); make sure to first [configure Varnish for refresh](varnish-configuration.md#refresh)
4038
3. [ban](proxy-clients.md#ban); make sure to first [configure Varnish for ban](varnish-configuration.md#ban).
4139

40+
Further reading:
4241
* See the [Caching Proxy Clients](proxy-clients.md) chapter for more information
4342
on how to use the invalidation methods.
4443
* See the [Varnish Configuration](varnish-configuration.md) chapter for more on
45-
preparing your Varnish server for handling invalidation requests.
44+
preparing your Varnish server for handling invalidation requests.

0 commit comments

Comments
 (0)