Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 728d2f6

Browse files
committed
doc(vcl/sharding): add precision for hash vs pass
Signed-off-by: Arthur Zinck <[email protected]>
1 parent f652546 commit 728d2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vcl-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ sub vcl_recv {
369369
if (req.http.X-shard == server.identity || remote.ip ~ acl_cluster) {
370370
set req.backend_hint = real.backend();
371371
} else {
372-
return(pass);
372+
return(pass); // Can be hash here you want to load the answer in the local cache of this Varnish instance
373373
}
374374
375375
return (hash);

0 commit comments

Comments
 (0)