Skip to content

Commit 80b540e

Browse files
committed
Make ACL name consistent (lowercase)
1 parent 9f9a86c commit 80b540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/varnish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ add the following to your Varnish configuration:
126126

127127
```varnish
128128
sub vcl_recv {
129-
if (req.http.Cache-Control ~ "no-cache" && client.ip ~ Invalidators) {
129+
if (req.http.Cache-Control ~ "no-cache" && client.ip ~ invalidators) {
130130
set req.hash_always_miss = true;
131131
}
132132
}

0 commit comments

Comments
 (0)