From 3651e90e6496697b7a18976fae2166c489752d0e Mon Sep 17 00:00:00 2001 From: des Date: Thu, 5 Jul 2007 14:28:48 +0000 Subject: [PATCH] Document server.ip. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1651 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/man/vcl.7 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/varnish-cache/man/vcl.7 b/varnish-cache/man/vcl.7 index 697db716..31cf0eda 100644 --- a/varnish-cache/man/vcl.7 +++ b/varnish-cache/man/vcl.7 @@ -360,6 +360,9 @@ The following variables are available while processing a request: .Bl -tag -width 4n .It Va client.ip The client's IP address. +.It Va server.ip +The IP address of the socket on which the client connection was +received. .It Va req.request The request type (e.g. "GET", "HEAD"). .It Va req.url -- 2.39.5